blob: d0f0466c504d4bf8f248ee1098132b6fffa7fe0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= gconf-editor
PORTVERSION= 3.0.1
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gconf database editor for the GNOME 3 environment
USES= gettext gmake gnome pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix intlhack gtk30 gconf2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= gconf-editor.schemas
.include <bsd.port.mk>
|