freebsd-ports/sysutils/batmon/Makefile

25 lines
489 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= batmon
2016-01-02 08:15:51 +01:00
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= sysutils gnustep
MASTER_SITES= SAVANNAH/gap
2012-06-26 07:44:19 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep battery monitor for laptops
LICENSE= GPLv2+
2010-06-04 17:52:38 +02:00
USES= gnustep
USE_GNUSTEP= back build
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
2015-06-18 00:44:19 +02:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/batmon.app/batmon
2015-06-18 00:44:19 +02:00
.include <bsd.port.mk>