Date: Wed, 18 Sep 2013 23:20:50 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327588 - head/irc/ezbounce Message-ID: <201309182320.r8INKoGs029095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309182320.r8INKoGs029095>