28 lines
605 B
Makefile
28 lines
605 B
Makefile
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
|
|
|
|
SITES= https://distfiles.sigtrap.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>
|