blob: 1d166d49679c454b5ba446b292d62e412751220b (
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= 3
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
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= thumbnail_index.1
NO_BUILD= yes
.include <bsd.port.mk>
|