View | Details | Raw Unified | Return to bug 184781
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 9-22 Link Here
9
MAINTAINER=	fluffy@FreeBSD.org
9
MAINTAINER=	fluffy@FreeBSD.org
10
COMMENT=	A library encapsulating malsync
10
COMMENT=	A library encapsulating malsync
11
11
12
LIB_DEPENDS=	pisock.9:${PORTSDIR}/palm/pilot-link
12
LICENSE=	MPL
13
13
14
USE_GMAKE=	YES
14
LIB_DEPENDS=	libpisock.so.9:${PORTSDIR}/palm/pilot-link
15
16
USES=	gmake
15
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
16
HAS_CONFIGURE=	YES
17
CONFIGURE_ARGS=	--with-pilot-prefix=${LOCALBASE}
18
CONFIGURE_ARGS=	--with-pilot-prefix=${LOCALBASE}
18
USE_LDCONFIG=	YES
19
USE_LDCONFIG=	YES
19
CONFLICTS=	malsync-[0-9]*
20
CONFLICTS=	malsync-[0-9]*
20
21
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>

Return to bug 184781