aboutsummaryrefslogtreecommitdiff
path: root/graphics/import-pictures/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-07-04 20:48:23 +0000
committerRene Ladan <rene@FreeBSD.org>2016-07-04 20:48:23 +0000
commit19f31a471be151c3b37c2a53435168e9ee3e74cf (patch)
tree239999706f3f6d8d0babe480ab358d7675c96f78 /graphics/import-pictures/Makefile
parent8c8c4d9eb88ee2827497807f6f0030ce52dae781 (diff)
downloadports-19f31a471be151c3b37c2a53435168e9ee3e74cf.tar.gz
ports-19f31a471be151c3b37c2a53435168e9ee3e74cf.zip
Notes
Diffstat (limited to 'graphics/import-pictures/Makefile')
-rw-r--r--graphics/import-pictures/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/graphics/import-pictures/Makefile b/graphics/import-pictures/Makefile
deleted file mode 100644
index 473dc7ebe778..000000000000
--- a/graphics/import-pictures/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Alexander Kuehn
-# $FreeBSD$
-
-PORTNAME= import-pictures
-PORTVERSION= 1.4
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= http://www.nagilum.org/unix/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Utility to copy/move pictures from a directory
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool \
- p5-TimeDate>=0:devel/p5-TimeDate \
- p5-Time-modules>=0:devel/p5-Time-modules
-
-USES= gmake perl5 shebangfix tar:bzip2
-NO_ARCH= yes
-
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
-
-PORTDOCS= import-pictures.html
-
-SHEBANG_FILES= ${WRKSRC}/${PORTNAME}
-OPTIONS_DEFINE= DOCS
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>