2006-11-05 15:33:50 +01:00
|
|
|
# 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
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= sysutils gnustep
|
2008-12-23 08:14:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= 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
|
|
|
|
|
2010-06-04 17:52:38 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-11-05 15:33:50 +01:00
|
|
|
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
|
|
|
|
|
2011-10-19 20:53:33 +02:00
|
|
|
.include <bsd.port.mk>
|