Annotation of scripts/pgallery/port/Makefile, revision 1.4

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.4     ! as          5: # $Paefchen: scripts/pgallery/port/Makefile,v 1.3 2012/08/28 17:40:51 as Exp $
1.1       as          6: #
                      7: 
                      8: PORTNAME=      pgallery
1.4     ! as          9: PORTVERSION=   1.3
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: # ${EXAMPLESDIR}
                     18: PORTEXAMPLES=  ${PORTNAME}.conf
                     19: 
1.1       as         20: NO_BUILD=      yes
                     21: 
                     22: RUN_DEPENDS+=  convert:${PORTSDIR}/graphics/ImageMagick
                     23: RUN_DEPENDS+=  imginfo:${PORTSDIR}/graphics/jasper
                     24: RUN_DEPENDS+=  exifautotran:${PORTSDIR}/graphics/jpeg
1.3       as         25: RUN_DEPENDS+=  exiftran:${PORTSDIR}/graphics/exiftran
                     26: RUN_DEPENDS+=  exif:${PORTSDIR}/graphics/exif
1.1       as         27: 
                     28: PLIST_FILES=   bin/${PORTNAME}
                     29: 
                     30: do-install:
                     31:        ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
1.2       as         32: .if !defined(NOPORTEXAMPLES)
                     33:        @${MKDIR} ${EXAMPLESDIR}
                     34:        @${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${EXAMPLESDIR}
                     35: .endif
1.1       as         36: 
                     37: .include <bsd.port.mk>