ports/devel/dconf-editor/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>