2002-05-13 05:21:45 +02:00
|
|
|
# New ports collection makefile for: gconf-editor
|
|
|
|
# Date created: 12 May 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.85 2010/09/27 18:22:59 kwm Exp $
|
2002-05-13 05:21:45 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gconf-editor
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 2.32.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2003-06-06 07:16:33 +02:00
|
|
|
PORTEPOCH= 1
|
2002-05-13 05:21:45 +02:00
|
|
|
CATEGORIES= sysutils gnome
|
2008-03-24 04:52:36 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-05-13 05:21:45 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-06-22 00:42:53 +02:00
|
|
|
COMMENT= A gconf database editor for the GNOME 2 environment
|
2002-05-13 05:21:45 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2002-05-13 05:21:45 +02:00
|
|
|
USE_GMAKE= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-05-13 05:21:45 +02:00
|
|
|
|
2004-04-05 05:11:39 +02:00
|
|
|
MAN1= gconf-editor.1
|
2004-11-07 23:24:32 +01:00
|
|
|
GCONF_SCHEMAS= gconf-editor.schemas
|
2004-04-05 05:11:39 +02:00
|
|
|
|
2002-05-13 05:21:45 +02:00
|
|
|
.include <bsd.port.mk>
|