mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# 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>
|