2000-06-29 21:26:07 +02:00
|
|
|
# New ports collection makefile for: gconf
|
|
|
|
# Date created: 28th June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/devel/gconf/Makefile,v 1.5 2007/05/19 21:36:05 marcus Exp $
|
2000-06-29 21:26:07 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gconf
|
2002-03-15 20:02:58 +01:00
|
|
|
PORTVERSION= 1.0.9
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 17
|
2000-06-29 21:26:07 +02:00
|
|
|
CATEGORIES= devel gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/GConf/1.0
|
2000-06-29 21:26:07 +02:00
|
|
|
DISTNAME= GConf-${PORTVERSION}
|
2002-02-12 00:50:59 +01:00
|
|
|
DIST_SUBDIR= gnome
|
2000-06-29 21:26:07 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A configuration database system for GNOME
|
2000-06-29 21:26:07 +02:00
|
|
|
|
2009-01-22 17:04:11 +01:00
|
|
|
LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
|
2000-06-29 21:26:07 +02:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2002-02-12 00:50:59 +01:00
|
|
|
USE_BZIP2= yes
|
2000-06-29 21:26:07 +02:00
|
|
|
USE_GMAKE= yes
|
2003-07-18 03:11:45 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget glib12 gtk12 oaf libxml orbit
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-29 21:26:07 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-07-18 03:11:45 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2009-08-15 19:15:12 +02:00
|
|
|
MAKE_JOBS_UNSAFE=yes
|
2000-06-29 21:26:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|