ports/graphics/indexpage/Makefile

28 lines
605 B
Makefile
Raw Normal View History

2023-08-17 00:26:55 +02:00
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= Yes
2023-09-26 19:06:53 +02:00
SITES= https://distfiles.sigtrap.nl/
2023-08-17 00:26:55 +02:00
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>