diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 03:45:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 03:45:16 +0800 |
commit | 224f4838563e8e3136045383a7300fb5bd01e02c (patch) | |
tree | 567bd92ba00f498c609bc7ded99d08e20367eb08 /deskutils/gnustep-wrapper | |
parent | 2bd5905aefb461d798908af8ae5e6cd1b98ed3a0 (diff) | |
download | freebsd-ports-gnome-224f4838563e8e3136045383a7300fb5bd01e02c.tar.gz freebsd-ports-gnome-224f4838563e8e3136045383a7300fb5bd01e02c.tar.zst freebsd-ports-gnome-224f4838563e8e3136045383a7300fb5bd01e02c.zip |
- Add LICENSE_FILE
- Fix binary installation
- Strip binaries
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> |