freebsd-ports/sysutils/batmon/Makefile
Neel Chauhan 1385312c50 Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
 * lang/gnustep-base: Update to 1.27.0
 * x11-toolkits/gnustep-back: update to 0.28.0
 * x11-toolkits/gnustep-gui: update to 0.28.0

Also bump PORTREVISION on dependent ports.
2021-02-14 23:21:02 +00:00

24 lines
489 B
Makefile

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