diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 22:01:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 22:01:18 +0000 |
commit | d4ea97c0c13786deba3097fc3c5634782a85a44c (patch) | |
tree | f752d5a9b5113b071dddbfdde35868775ca09b55 /www/srg | |
parent | 526f459f9e9ba0c7948c68973ce8fecb73782059 (diff) | |
download | ports-d4ea97c0c13786deba3097fc3c5634782a85a44c.tar.gz ports-d4ea97c0c13786deba3097fc3c5634782a85a44c.zip |
Notes
Diffstat (limited to 'www/srg')
-rw-r--r-- | www/srg/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/srg/Makefile b/www/srg/Makefile index b5cb72ec2992..fb593fc70ee6 100644 --- a/www/srg/Makefile +++ b/www/srg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: srg -# Date created: 28 June 2004 -# Whom: Dmitry Semkin <lslarry@gmail.com> -# +# Created by: Dmitry Semkin <lslarry@gmail.com> # $FreeBSD$ -# PORTNAME= srg PORTVERSION= 1.3.6 @@ -17,19 +13,25 @@ COMMENT= A Squid Report Generator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + USE_BZIP2= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes MAN1= srg.1 +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e \ '/CPPFLAGS/s|-I/usr/local/include|| ; \ /LDFLAGS/s|-L/usr/local/lib||' ${WRKSRC}/configure post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} .for ex in srg.daily srg.monthly srg.weekly ${INSTALL_DATA} ${WRKSRC}/examples/${ex} ${EXAMPLESDIR} |