diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-18 19:45:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-18 19:45:16 +0000 |
commit | 4fc8f386345c7101a1ec82548724b84c021abe40 (patch) | |
tree | 567bd92ba00f498c609bc7ded99d08e20367eb08 /deskutils/gnustep-wrapper | |
parent | c0873efd3e921a2df59cd296519b44139d70c95e (diff) | |
download | ports-4fc8f386345c7101a1ec82548724b84c021abe40.tar.gz ports-4fc8f386345c7101a1ec82548724b84c021abe40.zip |
- Add LICENSE_FILE
- Fix binary installation
- Strip binaries
Notes
Notes:
svn path=/head/; revision=390044
Diffstat (limited to 'deskutils/gnustep-wrapper')
-rw-r--r-- | deskutils/gnustep-wrapper/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index 6f4638c7935d..6e55dd98b5af 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= wrapper PORTVERSION= 0.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep #MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ MASTER_SITES= LOCAL/dinoex @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Create GNUstep app-wrappers of non-GNUstep applications LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build @@ -29,7 +30,10 @@ post-patch: ${WRKSRC}/GNUmakefile post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \ + ${INSTALL_PROGRAM} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \ ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Applications/WrapperFactory.app/Resources/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Tools/GSWrapper_Launcher + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Libraries/libGSWrapper.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/WrapperFactory.app/WrapperFactory .include <bsd.port.mk> |