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