summaryrefslogtreecommitdiff
path: root/www/thumbnail_index/Makefile
blob: a35fb16f5f3258e3dae086c937a110150906264a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Yoshiro MIHIRA <sanpei@FreeBSD.org>
# $FreeBSD$

PORTNAME=	thumbnail_index
PORTVERSION=	1998.08.10
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	http://www.acme.com/software/thumbnail_index/
DISTNAME=	${PORTNAME}_10aug1998

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	Make an HTML index file for a bunch of images

RUN_DEPENDS=	djpeg:${PORTSDIR}/graphics/jpeg \
		pnmscale:${PORTSDIR}/graphics/netpbm

NO_STAGE=	yes
NO_BUILD=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}
MAN1=		thumbnail_index.1

.include <bsd.port.mk>