freebsd-ports/sysutils/gconf-editor/Makefile
Tobias C. Berner 11049e36cb cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.

Approved by:		gnome (nc)
Differential Revision:	https://reviews.freebsd.org/D35866
2022-07-20 21:44:12 +02:00

20 lines
468 B
Makefile

PORTNAME= gconf-editor
PORTVERSION= 3.0.1
PORTREVISION= 5
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>