freebsd-ports/sysutils/battfink/Makefile
Baptiste Daroussin 169ea802e6 Support stage
2014-04-25 23:33:36 +00:00

25 lines
556 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= battfink
PORTVERSION= 0.6.2
PORTREVISION= 14
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An energy saving preferences app for GNOME
USE_XORG= x11
INSTALLS_OMF= yes
USE_GNOME= gnomeprefix libgnomeui
USES= gettext gmake pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GCONF_SCHEMAS= battfink.schemas
.include <bsd.port.mk>