2013-05-05 00:01:18 +02:00
|
|
|
# Created by: Dmitry Semkin <lslarry@gmail.com>
|
2004-06-29 12:30:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= srg
|
2011-10-15 18:29:03 +02:00
|
|
|
PORTVERSION= 1.3.6
|
2004-06-29 12:30:46 +02:00
|
|
|
CATEGORIES= www
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
2004-06-29 12:30:46 +02:00
|
|
|
http://mirror.crc.net.nz/pub/srg/
|
2009-08-22 02:38:34 +02:00
|
|
|
|
2011-06-11 22:03:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-29 12:30:46 +02:00
|
|
|
COMMENT= A Squid Report Generator
|
|
|
|
|
2011-10-15 18:29:03 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2004-06-29 12:30:46 +02:00
|
|
|
USE_BZIP2= yes
|
2011-10-15 18:29:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2014-02-21 14:39:57 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-05-05 00:01:18 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2004-06-29 12:30:46 +02:00
|
|
|
post-patch:
|
2011-10-15 18:29:03 +02:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/CPPFLAGS/s|-I/usr/local/include|| ; \
|
|
|
|
/LDFLAGS/s|-L/usr/local/lib||' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
post-install:
|
2014-02-21 15:02:36 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
2011-10-15 18:29:03 +02:00
|
|
|
.for ex in srg.daily srg.monthly srg.weekly
|
2014-02-21 15:02:36 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/${ex} ${STAGEDIR}${EXAMPLESDIR}
|
2011-10-15 18:29:03 +02:00
|
|
|
.endfor
|
2004-06-29 12:30:46 +02:00
|
|
|
|
2004-07-06 14:25:14 +02:00
|
|
|
.include <bsd.port.mk>
|