blob: 98d66aa8df93af165dec953f86e3a90028a149b6 (
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
|
# New ports collection makefile for: import-pictures
# Date created: 7 May 2008
# Whom: Alexander Kuehn
#
# $FreeBSD$
#
PORTNAME= import-pictures
PORTVERSION= 1.4
CATEGORIES= graphics
MASTER_SITES= http://www.nagilum.org/unix/
MAINTAINER= freebsd@nagilum.org
COMMENT= Utility to copy/move pictures from a directory
RUN_DEPENDS= p5-Image-ExifTool>=7.0:${PORTSDIR}/graphics/p5-Image-ExifTool \
p5-TimeDate>=1.10:${PORTSDIR}/devel/p5-TimeDate \
p5-Time-modules>=2006:${PORTSDIR}/devel/p5-Time-modules
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
MAN1= import-pictures.1
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/import-pictures ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/import-pictures.1 ${MANPREFIX}/man/man1/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/import-pictures.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
|