- Strip binary

- Add LICENSE_FILE
This commit is contained in:
Dmitry Marakasov 2015-02-26 01:25:44 +00:00
parent dbb90de7e2
commit 623dc6c74b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379973

View file

@ -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>