From 4ff71e232d575837d509d6ab3ce5777d46766346 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 26 Feb 2015 01:25:44 +0000 Subject: - Strip binary - Add LICENSE_FILE --- graphics/pixen/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/pixen') 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 -- cgit