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

(-)Makefile (-2 / +7 lines)
Lines 14-22 Link Here
14
MAINTAINER=	johans@FreeBSD.org
14
MAINTAINER=	johans@FreeBSD.org
15
COMMENT=	An MS-DOS Telix serial communication program "workalike"
15
COMMENT=	An MS-DOS Telix serial communication program "workalike"
16
16
17
RUN_DEPENDS=	lrz:${PORTSDIR}/comms/lrzsz
17
OPTIONS=	LRZSZ	"Install X/Y/ZMODEM protocol handlers"	on
18
18
19
USE_ICONV=	yes
19
.include <bsd.port.options.mk>
20
21
.if defined(WITH_LRZSZ)
22
RUN_DEPENDS=	lrz:${PORTSDIR}/comms/lrzsz
23
.endif
20
24
21
.if defined(WITHOUT_NLS)
25
.if defined(WITHOUT_NLS)
22
CONFIGURE_ARGS+=--disable-nls
26
CONFIGURE_ARGS+=--disable-nls
Lines 26-31 Link Here
26
PLIST_SUB+=	NLS=""
30
PLIST_SUB+=	NLS=""
27
.endif
31
.endif
28
32
33
USE_ICONV=	yes
29
CPPFLAGS+=	-I${LOCALBASE}/include
34
CPPFLAGS+=	-I${LOCALBASE}/include
30
LDFLAGS+=	-L${LOCALBASE}/lib
35
LDFLAGS+=	-L${LOCALBASE}/lib
31
GNU_CONFIGURE=	yes
36
GNU_CONFIGURE=	yes

Return to bug 160661