diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-26 09:25:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-26 09:25:44 +0800 |
commit | 4ff71e232d575837d509d6ab3ce5777d46766346 (patch) | |
tree | 9ae046ecf6af089db7ae30309ee5b177740a673d /graphics/pixen | |
parent | 9f6bfa30dfd16af0c17daa3491a20c09fa57248c (diff) | |
download | freebsd-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')
-rw-r--r-- | graphics/pixen/Makefile | 4 |
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> |