- Strip binary
- Add LICENSE_FILE
This commit is contained in:
parent
dbb90de7e2
commit
623dc6c74b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379973
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue