aboutsummaryrefslogtreecommitdiff
path: root/comms/tcpser/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-14 22:39:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-14 22:39:49 +0000
commit15fcf7eff0a146ee80b7bded56dc16ad87bd9d42 (patch)
treeb5491d8d5d462b604259917e62298c2c577beeda /comms/tcpser/Makefile
parent88118eca4dd64e8931f050ce4106f394f5826abc (diff)
downloadports-15fcf7eff0a146ee80b7bded56dc16ad87bd9d42.tar.gz
ports-15fcf7eff0a146ee80b7bded56dc16ad87bd9d42.zip
- Add LICENSE
- Use DOS2UNIX - Remove CFLAGS: it was CFLAGS += ${PTHREAD_CFLAGS} - Respect DOCS - Remove unnecessary .include <bsd.port.options.mk>
Notes
Notes: svn path=/head/; revision=333801
Diffstat (limited to 'comms/tcpser/Makefile')
-rw-r--r--comms/tcpser/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/comms/tcpser/Makefile b/comms/tcpser/Makefile
index 3673b2e4770b..31e101c7efca 100644
--- a/comms/tcpser/Makefile
+++ b/comms/tcpser/Makefile
@@ -9,15 +9,19 @@ MASTER_SITES= http://www.jbrain.com/pub/linux/serial/
MAINTAINER= ports@FreeBSD.org
COMMENT= TCPSER turns serial port into an emulated Hayes compatible modem
-WRKSRC= ${WRKDIR}/tcpser
-USES= gmake
-CFLAGS+= -pthread
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+OPTIONS_DEFINE= DOCS
+
LDFLAGS+= -pthread
+USE_DOS2UNIX= yes
+USES= gmake
+WRKSRC= ${WRKDIR}/tcpser
+
PORTDOCS= README CHANGES
PLIST_FILES= bin/tcpser
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpser ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}