aboutsummaryrefslogtreecommitdiff
path: root/net/tintin++
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:08:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:08:12 +0000
commit571d907307b36a76d55d66902633f893acddd606 (patch)
tree4f10a8ce0c77f0a277f0cb5133686888eaef882b /net/tintin++
parent2156412d64b123bcbe85140dc2cd98b901515d81 (diff)
downloadports-571d907307b36a76d55d66902633f893acddd606.tar.gz
ports-571d907307b36a76d55d66902633f893acddd606.zip
- Add LICENSE_FILE
- Use USES=localbase - Convert to new options target helper
Notes
Notes: svn path=/head/; revision=399563
Diffstat (limited to 'net/tintin++')
-rw-r--r--net/tintin++/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index 1e23d6ad04fa..adf356d2cf08 100644
--- a/net/tintin++/Makefile
+++ b/net/tintin++/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Client program to help playing MUDs
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/../COPYING
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
@@ -22,10 +23,8 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \
--libdir=${LOCALBASE}/lib \
--prefix=${PREFIX}
CONFIGURE_ENV= ac_cv_file__dev_ptmx=no
-CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib
-USES= gmake
+USES= gmake localbase
WRKSRC= ${WRKDIR}/tt/src
DOCS= CREDITS FAQ README SCRIPTS TODO \
@@ -35,10 +34,12 @@ PORTDOCS= ${DOCS:T}
SLAVEDIRS= chinese/tintin++
-BIG5_CONFIGURE_ON= --enable-big5
+BIG5_CONFIGURE_ENABLE= big5
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${STAGEDIR}${PREFIX}/bin/
+
+do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/