version 1.1, 2012/08/27 14:23:55
|
version 1.2, 2012/08/28 10:44:37
|
Line 2
|
Line 2
|
# Date created: 27 Aug 2012 |
# Date created: 27 Aug 2012 |
# Whom: Aron Schlesinger <as@paefchen.net |
# Whom: Aron Schlesinger <as@paefchen.net |
# |
# |
# $Paefchen: FreeBSD/ports/genpass/Makefile,v 1.1 2008/03/10 15:55:26 as Exp $ | # $Paefchen: scripts/pgallery/port/Makefile,v 1.1 2012/08/27 14:23:55 as Exp $ |
# |
# |
|
|
PORTNAME= pgallery |
PORTNAME= pgallery |
PORTVERSION= 1 | PORTVERSION= 1.1 |
CATEGORIES= www |
CATEGORIES= www |
MASTER_SITES= http://www.paefchen.net/~as/freebsd/distfiles/ |
MASTER_SITES= http://www.paefchen.net/~as/freebsd/distfiles/ |
DISTNAME= ${PORTNAME}-${DISTVERSION} |
DISTNAME= ${PORTNAME}-${DISTVERSION} |
Line 14 DISTNAME= ${PORTNAME}-${DISTVERSION}
|
Line 14 DISTNAME= ${PORTNAME}-${DISTVERSION}
|
MAINTAINER= as@paefchen.de |
MAINTAINER= as@paefchen.de |
COMMENT= create simple web gallery |
COMMENT= create simple web gallery |
|
|
|
# ${EXAMPLESDIR} |
|
PORTEXAMPLES= ${PORTNAME}.conf |
|
|
NO_BUILD= yes |
NO_BUILD= yes |
|
|
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick |
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick |
Line 24 PLIST_FILES= bin/${PORTNAME}
|
Line 27 PLIST_FILES= bin/${PORTNAME}
|
|
|
do-install: |
do-install: |
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} |
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} |
|
.if !defined(NOPORTEXAMPLES) |
|
@${MKDIR} ${EXAMPLESDIR} |
|
@${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${EXAMPLESDIR} |
|
.endif |
|
|
.include <bsd.port.mk> |
.include <bsd.port.mk> |