Annotation of scripts/pgallery/port/Makefile, revision 1.5
1.1 as 1: # New ports collection makefile for: pgallery
2: # Date created: 27 Aug 2012
3: # Whom: Aron Schlesinger <as@paefchen.net
4: #
1.5 ! as 5: # $Paefchen: scripts/pgallery/port/Makefile,v 1.4 2012/08/29 14:17:14 as Exp $
1.1 as 6: #
7:
8: PORTNAME= pgallery
1.5 ! as 9: PORTVERSION= 1.4
1.1 as 10: CATEGORIES= www
11: MASTER_SITES= http://www.paefchen.net/~as/freebsd/distfiles/
12: DISTNAME= ${PORTNAME}-${DISTVERSION}
13:
14: MAINTAINER= as@paefchen.de
15: COMMENT= create simple web gallery
16:
1.2 as 17: PORTEXAMPLES= ${PORTNAME}.conf
18:
1.1 as 19: NO_BUILD= yes
20:
21: RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
22: RUN_DEPENDS+= imginfo:${PORTSDIR}/graphics/jasper
23: RUN_DEPENDS+= exifautotran:${PORTSDIR}/graphics/jpeg
1.3 as 24: RUN_DEPENDS+= exiftran:${PORTSDIR}/graphics/exiftran
25: RUN_DEPENDS+= exif:${PORTSDIR}/graphics/exif
1.5 ! as 26: RUN_DEPENDS+= jpeginfo:${PORTSDIR}/graphics/jpeginfo
! 27: RUN_DEPENDS+= iconv:${PORTSDIR}/converters/iconv
1.1 as 28:
29: PLIST_FILES= bin/${PORTNAME}
1.5 ! as 30: PLIST_FILES+= bin/${PORTNAME}index
! 31: PLIST_FILES+= libexec/lib${PORTNAME}
1.1 as 32:
33: do-install:
34: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
1.5 ! as 35: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}index.sh ${PREFIX}/bin/${PORTNAME}index
! 36: ${INSTALL_SCRIPT} ${WRKSRC}/lib${PORTNAME}.sh ${PREFIX}/libexec/lib${PORTNAME}
1.2 as 37: .if !defined(NOPORTEXAMPLES)
38: @${MKDIR} ${EXAMPLESDIR}
39: @${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${EXAMPLESDIR}
40: .endif
1.1 as 41:
42: .include <bsd.port.mk>