aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixen/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-26 09:25:44 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-26 09:25:44 +0800
commit4ff71e232d575837d509d6ab3ce5777d46766346 (patch)
tree9ae046ecf6af089db7ae30309ee5b177740a673d /graphics/pixen/Makefile
parent9f6bfa30dfd16af0c17daa3491a20c09fa57248c (diff)
downloadfreebsd-ports-graphics-4ff71e232d575837d509d6ab3ce5777d46766346.tar.gz
freebsd-ports-graphics-4ff71e232d575837d509d6ab3ce5777d46766346.tar.zst
freebsd-ports-graphics-4ff71e232d575837d509d6ab3ce5777d46766346.zip
- Strip binary
- Add LICENSE_FILE
Diffstat (limited to 'graphics/pixen/Makefile')
-rw-r--r--graphics/pixen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile
index 749b9ab0ced..ad07b748a1a 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>