svn commit: r327588 - head/irc/ezbounce
Florian Smeets
flo at FreeBSD.org
Wed Sep 18 23:20:50 UTC 2013
Author: flo
Date: Wed Sep 18 23:20:50 2013
New Revision: 327588
URL: http://svnweb.freebsd.org/changeset/ports/327588
Log:
- convert to USES
- convert to OPTIONSNG
- use USE_GCC for now, weird template errors I cannot figure out currently.
Modified:
head/irc/ezbounce/Makefile
Modified: head/irc/ezbounce/Makefile
==============================================================================
--- head/irc/ezbounce/Makefile Wed Sep 18 22:40:57 2013 (r327587)
+++ head/irc/ezbounce/Makefile Wed Sep 18 23:20:50 2013 (r327588)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ezbounce
-# Date created: 19 February 1999
-# Whom: Chris Piazza <cpiazza at FreeBSD.org>
-#
+# Created by: Chris Piazza <cpiazza at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ezbounce
PORTVERSION= 1.99.15
@@ -16,7 +12,8 @@ COMMENT= A highly configurable IRC Proxy
BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
+USE_GCC= any
SUB_FILES= pkg-message
@@ -54,13 +51,12 @@ do-install:
${WRKSRC}/ezb.conf.default ${PREFIX}/etc/ezb.conf; \
fi
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/worklog ${DOCSDIR}
-
.endif
@${CAT} ${PKGMESSAGE}
More information about the svn-ports-all
mailing list