diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-10-25 01:00:40 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-10-25 01:00:40 +0000 |
commit | cb012f8d5e446c2ff099b46a17d573c926eec24a (patch) | |
tree | 5a3ef55285631ec5f6ec806ddc0cc0ae9e015c14 /comms/minicom | |
parent | 4e4623917426f1db2612e5a0a72aafa1eae5861e (diff) | |
download | ports-cb012f8d5e446c2ff099b46a17d573c926eec24a.tar.gz ports-cb012f8d5e446c2ff099b46a17d573c926eec24a.zip |
Notes
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 4f4f3000e3c0..9f9ef38df8d7 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -14,9 +14,13 @@ MASTER_SITES= http://alioth.debian.org/frs/download.php/3487/ MAINTAINER= johans@FreeBSD.org COMMENT= An MS-DOS Telix serial communication program "workalike" -RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz +OPTIONS= LRZSZ "Install X/Y/ZMODEM protocol handlers" on -USE_ICONV= yes +.include <bsd.port.options.mk> + +.if defined(WITH_LRZSZ) +RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz +.endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls @@ -26,6 +30,7 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +USE_ICONV= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes |