aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixen
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:25:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:25:44 +0000
commit623dc6c74b2f3546517195d55bb48732ff037b21 (patch)
tree9ae046ecf6af089db7ae30309ee5b177740a673d /graphics/pixen
parentdbb90de7e2716ad50ddd01100fcf78e37e04b720 (diff)
downloadports-623dc6c74b2f3546517195d55bb48732ff037b21.tar.gz
ports-623dc6c74b2f3546517195d55bb48732ff037b21.zip
Notes
Diffstat (limited to 'graphics/pixen')
-rw-r--r--graphics/pixen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile
index 749b9ab0ced7..ad07b748a1a6 100644
--- a/graphics/pixen/Makefile
+++ b/graphics/pixen/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Graphics editing software for small-scale pictures for GNUstep
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/License.txt
USES= tar:bzip2
USE_GNUSTEP= yes
@@ -20,4 +21,7 @@ USE_GNUSTEP_INSTALL= yes
ADDITIONAL_OBJCFLAGS+= -Dlog2=logb
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Pixen.app/Pixen
+
.include <bsd.port.mk>