mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add LICENSE
- Strip binary
This commit is contained in:
parent
88f95041d1
commit
25869ae3db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379869
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue