mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
30 lines
660 B
Makefile
30 lines
660 B
Makefile
# Created by: Bob Bomar <bob@bomar.us>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= photo_gallery
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 6
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.capybara.org/~dfraser/photo_gallery/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= bob@bomar.us
|
|
COMMENT= Simple web based photo gallery
|
|
|
|
RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm\
|
|
p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info\
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
|
|
USE_APACHE_RUN= 22+
|
|
USES= perl5
|
|
NO_BUILD= yes
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${MKDIR} ${WWWDIR}/
|
|
@cd ${WRKSRC}; ${FIND} . \
|
|
| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|