31 lines
690 B
Makefile
Raw Normal View History

2013-03-11 11:10:51 +00:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:10:53 espie Exp $
COMMENT= generate index pages for displaying images
2002-07-08 04:43:42 +00: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
MASTER_SITES= ${HOMEPAGE}
2010-11-17 08:05:12 +00:00
RUN_DEPENDS= graphics/p5-Image-Size \
graphics/ImageMagick
NO_BUILD= Yes
2004-02-02 18:02:22 +00:00
PKG_ARCH= *
2013-03-11 11:10:51 +00:00
TEST_TARGET= test
PORTHOME= ${WRKDIR} # for regression tests
2002-10-27 00:01:15 +00:00
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>