openbsd-ports/graphics/indexpage/Makefile
2004-02-02 18:02:22 +00:00

34 lines
775 B
Makefile

# $OpenBSD: Makefile,v 1.5 2004/02/02 18:02:22 sturm Exp $
COMMENT= "generate index pages for displaying images"
DISTNAME= indexpage-1.0.3
CATEGORIES= graphics
HOMEPAGE= http://www.lysator.liu.se/~unicorn/hacks/indexpage/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= ::graphics/p5-Image-Size \
::graphics/ImageMagick
NO_BUILD= Yes
PKG_ARCH= *
REGRESS_TARGET= test
PORTHOME= ${WRKDIR} # for regress
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/indexpage
${INSTALL_PROGRAM} ${WRKSRC}/indexpage.pl ${PREFIX}/bin/indexpage
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/indexpage
.include <bsd.port.mk>