f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
26 lines
534 B
Makefile
26 lines
534 B
Makefile
# 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
|
|
|
|
RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
|
|
pnmscale:${PORTSDIR}/graphics/netpbm
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
MAN1= thumbnail_index.1
|
|
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|