1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/sysutils/battstat-applet/Makefile
Jim Mock a174d1cd5f Import of battstat-applet.
Battstat is a laptop battery checker for the GNOME panel.  It displays
different icons depending on the status of the battery.
2000-08-09 23:29:47 +00:00

28 lines
603 B
Makefile

# New ports collection makefile for: battstat_applet
# Date created: 17 July 2000
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= battstat-applet
PORTVERSION= 2.0.4
CATEGORIES= sysutils gnome
MASTER_SITES= http://spektr.eu.org/~jp/battstat/
DISTNAME= battstat_applet-${PORTVERSION}
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>