blob: 8880223168c7d856043fd1f7500f1808db9c1df3 (
plain)
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
27
28
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= dconf-editor
PORTVERSION= 3.18.2
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Configuration database editor for GNOME
BUILD_DEPENDS= dconf>=0.23.2:${PORTSDIR}/devel/dconf \
vala>=0.18.1:${PORTSDIR}/lang/vala
LIB_DEPENDS= libdconf.so:${PORTSDIR}/devel/dconf
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome pathfix pkgconfig tar:xz
USE_GNOME= intltool gtk30 libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALLS_ICONS= yes
GLIB_SCHEMAS= ca.desrt.dconf-editor.gschema.xml
.include <bsd.port.mk>
|