freebsd-ports/sysutils/battfink/Makefile

27 lines
547 B
Makefile
Raw Normal View History

2013-09-03 14:13:23 +02:00
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= battfink
2003-11-23 04:10:59 +01:00
PORTVERSION= 0.6.2
2012-06-01 07:26:28 +02:00
PORTREVISION= 14
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An energy saving preferences app for GNOME
USE_BZIP2= yes
USE_XORG= x11
INSTALLS_OMF= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui
2013-09-03 14:13:23 +02:00
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= battfink.schemas
NO_STAGE= yes
.include <bsd.port.mk>