version 1.3, 2012/08/28 17:40:51
|
version 1.6, 2017/12/07 14:23:56
|
Line 1
|
Line 1
|
# New ports collection makefile for: pgallery |
# New ports collection makefile for: pgallery |
# Date created: 27 Aug 2012 | # Date created: 27 Aug 2012 |
# Whom: Aron Schlesinger <as@paefchen.net | # Whom: Aron Schlesinger <as@paefchen.net> |
# |
# |
# $Paefchen: scripts/pgallery/port/Makefile,v 1.2 2012/08/28 10:44:37 as Exp $ | # $Paefchen: scripts/pgallery/port/Makefile,v 1.5 2012/09/11 16:43:01 as Exp $ |
# |
# |
|
|
PORTNAME= pgallery |
PORTNAME= pgallery |
PORTVERSION= 1.2 | PORTVERSION= 1.4 |
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 |
PORTEXAMPLES= ${PORTNAME}.conf |
|
|
NO_BUILD= yes |
NO_BUILD= yes |
Line 24 RUN_DEPENDS+= imginfo:${PORTSDIR}/graphics/jasper
|
Line 23 RUN_DEPENDS+= imginfo:${PORTSDIR}/graphics/jasper
|
RUN_DEPENDS+= exifautotran:${PORTSDIR}/graphics/jpeg |
RUN_DEPENDS+= exifautotran:${PORTSDIR}/graphics/jpeg |
RUN_DEPENDS+= exiftran:${PORTSDIR}/graphics/exiftran |
RUN_DEPENDS+= exiftran:${PORTSDIR}/graphics/exiftran |
RUN_DEPENDS+= exif:${PORTSDIR}/graphics/exif |
RUN_DEPENDS+= exif:${PORTSDIR}/graphics/exif |
|
RUN_DEPENDS+= jpeginfo:${PORTSDIR}/graphics/jpeginfo |
|
RUN_DEPENDS+= iconv:${PORTSDIR}/converters/iconv |
|
|
PLIST_FILES= bin/${PORTNAME} |
PLIST_FILES= bin/${PORTNAME} |
|
PLIST_FILES+= bin/${PORTNAME}index |
|
PLIST_FILES+= libexec/lib${PORTNAME} |
|
|
do-install: |
do-install: |
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} |
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} |
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}index.sh ${PREFIX}/bin/${PORTNAME}index |
|
${INSTALL_SCRIPT} ${WRKSRC}/lib${PORTNAME}.sh ${PREFIX}/libexec/lib${PORTNAME} |
.if !defined(NOPORTEXAMPLES) |
.if !defined(NOPORTEXAMPLES) |
@${MKDIR} ${EXAMPLESDIR} |
@${MKDIR} ${EXAMPLESDIR} |
@${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${EXAMPLESDIR} |
@${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${EXAMPLESDIR} |