mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# 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:devel/dconf \
|
|
vala>=0.18.1:lang/vala
|
|
LIB_DEPENDS= libdconf.so: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>
|