1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add LICENSE

- Strip binary
This commit is contained in:
Dmitry Marakasov 2015-02-25 01:46:26 +00:00
parent 88f95041d1
commit 25869ae3db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379869

View File

@ -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>