blob: 2ec584bdd8108f3a0e48d7e9ca5e804af86d25a1 (
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
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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.9
PORTREVISION= 1
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 \
${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info
USE_REINPLACE= yes
USE_PERL5_RUN= yes
MAKE_ARGS+= PERLPATH=${PERL}
PLIST_FILES= bin/imageindex bin/autocaption %%DOCSDIR%%/README
PLIST_DIRS= %%DOCSDIR%%
MAN1= imageindex.1
post-patch:
${REINPLACE_CMD} -e 's|share/man|man| ;' ${WRKSRC}/Makefile
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.include <bsd.port.mk>
|