aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-09 08:58:00 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-09 08:58:00 +0800
commit42b503e7e13ae2b181f3da14302764cdea11dbd9 (patch)
treeddb8a7b694e9399929e906940a4b7d93b4855d5d
parentfbaefbb4482962a3d6533d0484ab3824033dd94a (diff)
downloadfreebsd-ports-gnome-42b503e7e13ae2b181f3da14302764cdea11dbd9.tar.gz
freebsd-ports-gnome-42b503e7e13ae2b181f3da14302764cdea11dbd9.tar.zst
freebsd-ports-gnome-42b503e7e13ae2b181f3da14302764cdea11dbd9.zip
- Simplify MASTER_SITES
- Add LICENSE_FILE - Strip binary
-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>