diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-09-18 23:20:50 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-09-18 23:20:50 +0000 |
commit | dece6785756d0f5940d6d617e54ff8869f4bbda7 (patch) | |
tree | db7b14fe27d4e2b21ba1b1e43b3560d42a60dec6 /irc | |
parent | - update firefox, thunderbird and libxul to 24.0 (diff) |
- convert to USES
- convert to OPTIONSNG
- use USE_GCC for now, weird template errors I cannot figure out currently.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index cd1f0f3b2ade..833a2d5a482b 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezbounce -# Date created: 19 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# +# Created by: Chris Piazza <cpiazza@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} |