freebsd-ports/graphics/import-pictures/Makefile
Martin Wilke 304a74ffe9 import-pictures copies or moves pictures from one directory (for example
from a mounted camera) to another directory. You can choose date ranges from
within to copy the images. For example you can just choose the pictures from
one day of the event in one directory and after that you can move the other day
into another directory.

WWW: http://www.formorer.de/code/import-pictures/import-pictures.html

PR:		ports/123488
Submitted by:	Alexander Kuehn
2008-05-31 22:58:51 +00:00

35 lines
880 B
Makefile

# 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>