freebsd-ports/www/gallery2/Makefile
Trevor Johnson cb7de9997e Update to 1.3.1, which is said to fix several security bugs. I
tested the port, but have not tried to reproduce the bugs.

PR:		41465
Submitted by:	Jamie Hermans (maintainer)
2002-08-09 10:39:45 +00:00

58 lines
1.4 KiB
Makefile

# New ports collection makefile for: gallery
# Date created: 09 Sep 2001
# Whom: Jamie Hermans <jamie@hermans.ca>
#
# $FreeBSD$
#
PORTNAME= gallery
PORTVERSION= 1.3.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jamie@hermans.ca
RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \
jhead:${PORTSDIR}/graphics/jhead \
unzip:${PORTSDIR}/archivers/unzip \
${LOCALBASE}/lib/php/System.php:${PORTSDIR}/www/mod_php4
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
DOCFILES= AUTHORS ChangeLog README UPGRADING
EXCEPTFILES= ${DOCFILES} LICENSE.txt
CPIO= cpio --quiet -pdum -R
PLIST_SUB= GALLERYDIR=${GALLERYDIR}
GALLERYDIR?= www/data/gallery
WWWOWN?= www
WWWGRP?= www
pre-fetch:
.if !defined(GALLERYDIR)
@${ECHO_MSG} ""
@${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'."
@${ECHO_MSG} ""
.endif
post-configure:
@ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \
-e 's#%%GALLERYDIR%%#${GALLERYDIR}#g' pkg-message > ${PKGMESSAGE}
do-install:
@ ${MKDIR} -m 0755 ${PREFIX}/${GALLERYDIR}
@ cd ${WRKSRC} && find * -name \*.bat ${EXCEPTFILES:S/^/-o -name /} \
-o -print | ${CPIO} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERYDIR}
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
@ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR}
.endif
.if !defined(BATCH)
@ ${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>