1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Add LICENSE

- Strip binaries
This commit is contained in:
Dmitry Marakasov 2015-03-08 02:33:10 +00:00
parent f133dfcbf7
commit 03b2622fa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380727

View File

@ -3,6 +3,7 @@
PORTNAME= ucc
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/OldFiles
DISTNAME= ucc160
@ -10,6 +11,9 @@ DISTNAME= ucc160
MAINTAINER= ports@FreeBSD.org
COMMENT= C Compiler Which Implements the ANSI C89 Standard
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/GPL.txt
USES= dos2unix zip
WRKSRC= ${WRKDIR}/${PORTNAME}
@ -26,4 +30,7 @@ post-patch: .SILENT
${WRKSRC}/ucl/Makefile
${REINPLACE_CMD} -e 's#$${PREFIX}#${STAGEDIR}${PREFIX}#g' ${WRKSRC}/Makefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>