openbsd-ports/graphics/indexpage/Makefile

34 lines
772 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2007/09/15 20:09:41 simon Exp $
COMMENT= generate index pages for displaying images
2002-07-08 00:43:42 -04:00
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
2004-02-02 13:02:22 -05:00
PKG_ARCH= *
2002-10-26 20:01:15 -04:00
REGRESS_TARGET= test
PORTHOME= ${WRKDIR} # for regress
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/indexpage
${INSTALL_SCRIPT} ${WRKSRC}/indexpage.pl ${PREFIX}/bin/indexpage
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/indexpage
.include <bsd.port.mk>