aboutsummaryrefslogtreecommitdiffstats
path: root/www/thumbnail_index/Makefile
blob: d9ef2d17b607f3e1868ef05e79d5c05f6c53b4fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://www.acme.com/software/thumbnail_index/
DISTNAME=   ${PORTNAME}_10aug1998

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

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

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

NO_BUILD=   yes

.include <bsd.port.mk>