mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
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.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.edwinh.org/imageindex/release/ \
|
|
http://www.reynoldsnet.org/imageindex/release/
|
|
|
|
MAINTAINER= johnjen@reynoldsnet.org
|
|
COMMENT= A digital photo gallery tool
|
|
|
|
RUN_DEPENDS= \
|
|
${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \
|
|
${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \
|
|
${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer \
|
|
${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info
|
|
|
|
USE_PERL5_RUN= yes
|
|
MAKE_ARGS+= PERLPATH=${PERL}
|
|
|
|
PLIST_FILES= bin/imageindex bin/autocaption
|
|
PORTDOCS= README
|
|
|
|
MAN1= imageindex.1
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|share/man|man| ;' ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|