diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 11:38:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 11:38:12 +0000 |
commit | 030604be4c91cd67db225845e5a8cb6338bd8ac8 (patch) | |
tree | 2c96ccb8c0c4df49050d7ae48d6118e8a7547d4f /www/gallery/Makefile | |
parent | Port update (maintainer): biology/wise (diff) |
Maintainer update of www/gallery port
Gallery v.1.4 and Gallery Remote v.1.1 are now available!
Version 1.4 premieres some major new features: Gallery is
now internationalized, and can be displayed in over 20
languages! In addition, we've completely overhauled the
documentation and made it more accessible and more informative.
Other changes include ownership of individual album items,
not just of albums, and a slew of minor improvements and
bugfixes.
Maintainer Note: Corrected an outstanding problem with the
port incorrectly depending on Pear (instead of PHP)
PR: ports/56739
Submitted by: Jamie Hermans <jamie@hermans.ca>
Diffstat (limited to 'www/gallery/Makefile')
-rw-r--r-- | www/gallery/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index 0a88d60c9210..c568ccaa8047 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -6,19 +6,19 @@ # PORTNAME= gallery -PORTVERSION= 1.3.4.1 +PORTVERSION= 1.4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-pl1/} 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}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR + unzip:${PORTSDIR}/archivers/unzip + +WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes @@ -28,6 +28,9 @@ EXCEPTFILES= ${DOCFILES} LICENSE.txt CPIO= cpio --quiet -pdum -R PLIST_SUB= GALLERYDIR=${GALLERYDIR} +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" + pre-fetch: .if !defined(GALLERYDIR) @${ECHO_MSG} "" @@ -57,4 +60,4 @@ post-install: @ ${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |