blob: 3369404cb4965dd0bbd3dba29e44577fe4941396 (
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
27
|
# 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
PORTCOMMENT= 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>
|