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

1.1     ! as          1: # New ports collection makefile for:    pgallery
        !             2: # Date created:                27 Aug 2012
        !             3: # Whom:                        Aron Schlesinger <as@paefchen.net
        !             4: #
        !             5: # $Paefchen: FreeBSD/ports/genpass/Makefile,v 1.1 2008/03/10 15:55:26 as Exp $
        !             6: #
        !             7: 
        !             8: PORTNAME=      pgallery
        !             9: PORTVERSION=   1
        !            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: 
        !            17: NO_BUILD=      yes
        !            18: 
        !            19: RUN_DEPENDS+=  convert:${PORTSDIR}/graphics/ImageMagick
        !            20: RUN_DEPENDS+=  imginfo:${PORTSDIR}/graphics/jasper
        !            21: RUN_DEPENDS+=  exifautotran:${PORTSDIR}/graphics/jpeg
        !            22: 
        !            23: PLIST_FILES=   bin/${PORTNAME}
        !            24: 
        !            25: do-install:
        !            26:        ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
        !            27: 
        !            28: .include <bsd.port.mk>