2000-09-05 16:46:21 +02:00
|
|
|
# New ports collection makefile for: thumbnail_index
|
|
|
|
# Date created: Aug 14, 2000
|
|
|
|
# Whom: Yoshiro MIHIRA <sanpei@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= thumbnail_index
|
2001-02-05 16:33:58 +01:00
|
|
|
PORTVERSION= 1998.08.10
|
2003-12-04 08:55:27 +01:00
|
|
|
PORTREVISION= 2
|
2000-09-05 16:46:21 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.acme.com/software/thumbnail_index/
|
2002-11-04 02:01:55 +01:00
|
|
|
DISTNAME= ${PORTNAME}_10aug1998
|
2000-09-05 16:46:21 +02:00
|
|
|
|
2003-11-17 20:33:49 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Make an HTML index file for a bunch of images
|
2000-09-05 16:46:21 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
|
2002-07-22 21:05:18 +02:00
|
|
|
pnmscale:${PORTSDIR}/graphics/netpbm
|
2000-09-05 16:46:21 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
MAN1= thumbnail_index.1
|
|
|
|
|
2002-11-04 02:01:55 +01:00
|
|
|
NO_BUILD= yes
|
2000-09-05 16:46:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|