Prune sysutils/pcpustat
[dports.git] / sysutils / gconf-editor / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/trunk/sysutils/gconf-editor/Makefile 19804 2014-08-13 14:55:11Z kwm $
4
5 PORTNAME=       gconf-editor
6 PORTVERSION=    3.0.1
7 PORTEPOCH=      1
8 CATEGORIES=     sysutils gnome
9 MASTER_SITES=   GNOME
10 DIST_SUBDIR=    gnome3
11
12 MAINTAINER=     gnome@FreeBSD.org
13 COMMENT=        Gconf database editor for the GNOME 3 environment
14
15 USES=           gettext gmake pathfix pkgconfig tar:xz
16 INSTALLS_OMF=   yes
17 INSTALLS_ICONS= yes
18 USE_GNOME=      gnomeprefix intlhack gtk30 gconf2 gnomedocutils
19 GNU_CONFIGURE=  yes
20 CPPFLAGS+=      -I${LOCALBASE}/include
21 LDFLAGS+=       -L${LOCALBASE}/lib
22
23 GCONF_SCHEMAS=  gconf-editor.schemas
24
25 .include <bsd.port.mk>