freebsd-ports/sysutils/batmon/Makefile

29 lines
596 B
Makefile
Raw Normal View History

# New ports collection makefile for: batmon
# Date created: 05 Nov 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= batmon
2011-08-06 18:48:28 +02:00
PORTVERSION= 0.6
CATEGORIES= sysutils gnustep
2008-12-23 08:14:38 +01:00
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= gap
2012-06-26 07:44:19 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep battery monitor for laptops
2010-06-04 17:52:38 +02:00
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
.include <bsd.port.mk>