- Clarify LICENSE

- Strip binary
This commit is contained in:
Dmitry Marakasov 2015-06-17 22:44:19 +00:00
parent d400423100
commit a983e49f7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389997

View file

@ -2,14 +2,14 @@
PORTNAME= batmon PORTNAME= batmon
PORTVERSION= 0.6 PORTVERSION= 0.6
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= sysutils gnustep CATEGORIES= sysutils gnustep
MASTER_SITES= SAVANNAH/gap MASTER_SITES= SAVANNAH/gap
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep battery monitor for laptops COMMENT= GNUstep battery monitor for laptops
LICENSE= GPLv2 LICENSE= GPLv2 # or later
USES= gnustep USES= gnustep
USE_GNUSTEP= back build USE_GNUSTEP= back build
@ -18,4 +18,7 @@ post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile ${WRKSRC}/GNUmakefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/batmon.app/batmon
.include <bsd.port.mk> .include <bsd.port.mk>