aboutsummaryrefslogtreecommitdiff
path: root/lang/rexx-wrapper
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-25 01:46:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-25 01:46:26 +0000
commit25869ae3dbc20ac855cdbcc5e9411650c0a88b94 (patch)
tree761b5ab6337e65e0ce984c76fae190aca81fb643 /lang/rexx-wrapper
parent88f95041d1e8615a9cadc9b401dde27547db62be (diff)
downloadports-25869ae3dbc20ac855cdbcc5e9411650c0a88b94.tar.gz
ports-25869ae3dbc20ac855cdbcc5e9411650c0a88b94.zip
- Add LICENSE
- Strip binary
Notes
Notes: svn path=/head/; revision=379869
Diffstat (limited to 'lang/rexx-wrapper')
-rw-r--r--lang/rexx-wrapper/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/rexx-wrapper/Makefile b/lang/rexx-wrapper/Makefile
index 6039e683f4d9..94cb47703b29 100644
--- a/lang/rexx-wrapper/Makefile
+++ b/lang/rexx-wrapper/Makefile
@@ -11,6 +11,9 @@ DISTNAME= RexxWrapper-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool that wraps Rexx source or tokenised code into an executable
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina
@@ -26,4 +29,7 @@ post-patch: .SILENT
${WRKSRC}/rexxwrap.cmd
@${REINPLACE_CMD} 's/-compiler=$$(CC/&:T/' ${WRKSRC}/Makefile.in
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rexxwrapper
+
.include <bsd.port.mk>