30 lines
673 B
Makefile
30 lines
673 B
Makefile
# $OpenBSD: Makefile,v 1.11 2015/12/29 20:15:25 jasper Exp $
|
|
|
|
COMMENT= generate index pages for displaying images
|
|
|
|
DISTNAME= indexpage-1.0.3
|
|
CATEGORIES= graphics
|
|
REVISION = 0
|
|
|
|
HOMEPAGE= http://www.lysator.liu.se/~unicorn/hacks/indexpage/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= https://distfiles.nl/
|
|
|
|
RUN_DEPENDS= graphics/p5-Image-Size \
|
|
graphics/ImageMagick
|
|
|
|
NO_BUILD= Yes
|
|
PKG_ARCH= *
|
|
|
|
TEST_TARGET= test
|
|
PORTHOME= ${WRKDIR} # for regression tests
|
|
|
|
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>
|