svn commit: r399563 - head/net/tintin++

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:08:14 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:08:12 2015
New Revision: 399563
URL: https://svnweb.freebsd.org/changeset/ports/399563

Log:
  - Add LICENSE_FILE
  - Use USES=localbase
  - Convert to new options target helper

Modified:
  head/net/tintin++/Makefile

Modified: head/net/tintin++/Makefile
==============================================================================
--- head/net/tintin++/Makefile	Sat Oct 17 18:08:07 2015	(r399562)
+++ head/net/tintin++/Makefile	Sat Oct 17 18:08:12 2015	(r399563)
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet at 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
 		--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}/
 


More information about the svn-ports-all mailing list