freebsd-ports/graphics/imageindex/Makefile
Ying-Chieh Liao e80f8ccc32 upgrade to 1.0.1
PR:		43390
Submitted by:	maintainer
2002-10-11 13:32:48 +00:00

27 lines
741 B
Makefile

# New ports collection makefile for: imageindex
# Date created: Sat Sep 7 15:53:33 MST 2002
# Whom: John Reynolds <johnjen@reynoldsnet.org>
#
# $FreeBSD$
#
PORTNAME= imageindex
PORTVERSION= 1.0.1
CATEGORIES= graphics
MASTER_SITES= http://www.edwinh.org/imageindex/release/ \
http://www.reynoldsnet.org/imageindex/release/
MAINTAINER= johnjen@reynoldsnet.org
RUN_DEPENDS= \
${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \
${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>