aboutsummaryrefslogtreecommitdiff
path: root/graphics/imageviewer
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-09 00:58:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-09 00:58:00 +0000
commitdcf21bf614e4c701a107d71f5338a83b6a92fab9 (patch)
treeddb8a7b694e9399929e906940a4b7d93b4855d5d /graphics/imageviewer
parenta4e14e2c0a39d3fe35f061c19f1269708b4a0171 (diff)
downloadports-dcf21bf614e4c701a107d71f5338a83b6a92fab9.tar.gz
ports-dcf21bf614e4c701a107d71f5338a83b6a92fab9.zip
- Simplify MASTER_SITES
- Add LICENSE_FILE - Strip binary
Notes
Notes: svn path=/head/; revision=380818
Diffstat (limited to 'graphics/imageviewer')
-rw-r--r--graphics/imageviewer/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile
index 7a37daf82327..bcb0a42cba93 100644
--- a/graphics/imageviewer/Makefile
+++ b/graphics/imageviewer/Makefile
@@ -2,11 +2,10 @@
PORTNAME= imageviewer
PORTVERSION= 0.6.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics gnustep
MASTER_SITES= http://www.nice.ch/~phip/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= dinoex
+ LOCAL/dinoex
DISTNAME= ImageViewer-${PORTVERSION}
@@ -14,10 +13,14 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep Image Viewer
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/ImageViewer.app/ImageViewer
+
.include <bsd.port.mk>