aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:45:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:45:16 +0000
commit4fc8f386345c7101a1ec82548724b84c021abe40 (patch)
tree567bd92ba00f498c609bc7ded99d08e20367eb08 /deskutils
parentc0873efd3e921a2df59cd296519b44139d70c95e (diff)
downloadports-4fc8f386345c7101a1ec82548724b84c021abe40.tar.gz
ports-4fc8f386345c7101a1ec82548724b84c021abe40.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnustep-wrapper/Makefile8
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>