aboutsummaryrefslogtreecommitdiff
path: root/www/srg
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:01:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 22:01:18 +0000
commitd4ea97c0c13786deba3097fc3c5634782a85a44c (patch)
treef752d5a9b5113b071dddbfdde35868775ca09b55 /www/srg
parent526f459f9e9ba0c7948c68973ce8fecb73782059 (diff)
downloadports-d4ea97c0c13786deba3097fc3c5634782a85a44c.tar.gz
ports-d4ea97c0c13786deba3097fc3c5634782a85a44c.zip
Notes
Diffstat (limited to 'www/srg')
-rw-r--r--www/srg/Makefile14
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}