summaryrefslogtreecommitdiff
path: root/www/thumbnail_index/Makefile
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-09-05 14:46:21 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2000-09-05 14:46:21 +0000
commitb8c132b5087119ec1a766682e5a7c59871892bd3 (patch)
tree77e93e8486393cf0b5189967d898b8689f9d56b7 /www/thumbnail_index/Makefile
parentNew port of bitnotes. (diff)
add thumbnail_index, make an HTML index file
for a bunch of images
Notes
Notes: svn path=/head/; revision=32309
Diffstat (limited to 'www/thumbnail_index/Makefile')
-rw-r--r--www/thumbnail_index/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/thumbnail_index/Makefile b/www/thumbnail_index/Makefile
new file mode 100644
index 000000000000..2c0bd015f432
--- /dev/null
+++ b/www/thumbnail_index/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: thumbnail_index
+# Date created: Aug 14, 2000
+# Whom: Yoshiro MIHIRA <sanpei@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= thumbnail_index
+PORTVERSION= 1998.08.10
+CATEGORIES= www
+MASTER_SITES= http://www.acme.com/software/thumbnail_index/
+DISTNAME= ${PORTNAME}_10aug98
+
+MAINTAINER= sanpei@FreeBSD.org
+
+RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
+ pnmmerge:${PORTSDIR}/graphics/netpbm
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+MAN1= thumbnail_index.1
+
+do-build: # empty
+
+.include <bsd.port.mk>