View | Details | Raw Unified | Return to bug 205142
Collapse All | Expand All

(-)Makefile (-10 / +10 lines)
Lines 1-15 Link Here
1
# Created by: Bob Bomar <bob@bomar.us>
1
# Created by: Bob Bomar <bob@bomar.us>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=		photo_gallery
4
PORTNAME=	photo_gallery
5
PORTVERSION=		1.5
5
PORTVERSION=	1.5
6
PORTREVISION=	7
6
PORTREVISION=	7
7
CATEGORIES=		www
7
CATEGORIES=	www
8
MASTER_SITES=		http://www.capybara.org/~dfraser/photo_gallery/
8
MASTER_SITES=	http://www.capybara.org/~dfraser/photo_gallery/
9
DISTNAME=		${PORTNAME}_${PORTVERSION}
9
DISTNAME=	${PORTNAME}_${PORTVERSION}
10
10
11
MAINTAINER=		bob@bomar.us
11
MAINTAINER=	bob@bomar.us
12
COMMENT=		Simple web based photo gallery
12
COMMENT=	Simple web based photo gallery
13
13
14
RUN_DEPENDS=	anytopnm:${PORTSDIR}/graphics/netpbm\
14
RUN_DEPENDS=	anytopnm:${PORTSDIR}/graphics/netpbm\
15
		p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info\
15
		p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info\
Lines 20-29 Link Here
20
SHEBANG_FILES=	index.cgi
20
SHEBANG_FILES=	index.cgi
21
perl_OLD_CMD=	/usr/pkg/bin/perl
21
perl_OLD_CMD=	/usr/pkg/bin/perl
22
NO_BUILD=	yes
22
NO_BUILD=	yes
23
NO_ARCH=	yes
23
24
24
do-install:
25
do-install:
25
		${MKDIR} ${STAGEDIR}${WWWDIR}/
26
	${MKDIR} ${STAGEDIR}${WWWDIR}/
26
		@cd ${WRKSRC}; ${FIND} . \
27
	@cd ${WRKSRC}; ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
27
			| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)pkg-plist (-1 lines)
Lines 2-5 Link Here
2
%%WWWDIR%%/readme.html
2
%%WWWDIR%%/readme.html
3
%%WWWDIR%%/.header.html
3
%%WWWDIR%%/.header.html
4
%%WWWDIR%%/.footer.html
4
%%WWWDIR%%/.footer.html
5
@dirrm %%WWWDIR%%

Return to bug 205142