diff options
author | flo <flo@FreeBSD.org> | 2013-09-19 07:20:50 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-09-19 07:20:50 +0800 |
commit | a047c806d0721076184a1221ea9148e4881e0596 (patch) | |
tree | db7b14fe27d4e2b21ba1b1e43b3560d42a60dec6 /irc/ezbounce/Makefile | |
parent | 27fddb1645b869e5ade4ba92241bb4cf7d22549e (diff) | |
download | freebsd-ports-gnome-a047c806d0721076184a1221ea9148e4881e0596.tar.gz freebsd-ports-gnome-a047c806d0721076184a1221ea9148e4881e0596.tar.zst freebsd-ports-gnome-a047c806d0721076184a1221ea9148e4881e0596.zip |
- convert to USES
- convert to OPTIONSNG
- use USE_GCC for now, weird template errors I cannot figure out currently.
Diffstat (limited to 'irc/ezbounce/Makefile')
-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} |