summaryrefslogtreecommitdiff
path: root/www/gallery3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/gallery3/Makefile')
-rw-r--r--www/gallery3/Makefile59
1 files changed, 0 insertions, 59 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile
deleted file mode 100644
index 6a5cdd8ce90a..000000000000
--- a/www/gallery3/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: gallery
-# Date created: 09 Sep 2001
-# Whom: Jamie Hermans <jamie@hermans.ca>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gallery
-PORTVERSION= 1.3.3
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= jamie@hermans.ca
-COMMENT= Gallery is a slick web based photo album written using PHP
-
-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}
-
-pre-fetch:
-.if !defined(GALLERYDIR)
- @${ECHO_MSG} ""
- @${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'."
- @${ECHO_MSG} ""
-.endif
-
-GALLERYDIR?= www/data/gallery
-WWWOWN?= www
-WWWGRP?= www
-
-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>