2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2003-09-25 07:33:20 +02:00
|
|
|
# $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
|
2003-09-25 07:33:20 +02:00
|
|
|
CATEGORIES= sysutils gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-09-25 07:33:20 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= An energy saving preferences app for GNOME
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2003-09-25 07:33:20 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
2013-09-03 14:13:23 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2003-09-25 07:33:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-09-25 07:33:20 +02:00
|
|
|
|
2004-11-23 20:33:08 +01:00
|
|
|
GCONF_SCHEMAS= battfink.schemas
|
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2003-09-25 07:33:20 +02:00
|
|
|
.include <bsd.port.mk>
|