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$
|
2008-03-24 04:52:36 +01:00
|
|
|
# $MCom: ports/sysutils/gconf-editor/Makefile,v 1.68 2008/03/11 03:54:37 mezz Exp $
|
2002-05-13 05:21:45 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gconf-editor
|
2008-03-24 04:52:36 +01:00
|
|
|
PORTVERSION= 2.22.0
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +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
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
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
|
2002-05-13 05:21:45 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-22 00:42:53 +02:00
|
|
|
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>
|