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

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.2     ! as          5: # $Paefchen: scripts/pgallery/port/Makefile,v 1.1 2012/08/27 14:23:55 as Exp $
1.1       as          6: #
                      7: 
                      8: PORTNAME=      pgallery
1.2     ! as          9: PORTVERSION=   1.1
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
                     25: 
                     26: PLIST_FILES=   bin/${PORTNAME}
                     27: 
                     28: do-install:
                     29:        ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
1.2     ! as         30: .if !defined(NOPORTEXAMPLES)
        !            31:        @${MKDIR} ${EXAMPLESDIR}
        !            32:        @${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${EXAMPLESDIR}
        !            33: .endif
1.1       as         34: 
                     35: .include <bsd.port.mk>