summaryrefslogtreecommitdiff
path: root/sysutils/battfink/Makefile
blob: caf3b5f6640da6fb41f57a2dedd3a2ebd5852a88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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_BZIP2=	yes
USE_XORG=	x11
INSTALLS_OMF=	yes
USE_GNOME=	gnomehack gnomeprefix libgnomeui
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>