diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-07 10:49:05 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-07 10:49:05 +0800 |
commit | 09a5fbf77ce3a9f5e335c12f7f8d80803bf7195f (patch) | |
tree | 605961856deb5359b659f5501fb4cf7902bce772 /sysutils/gnome-system-tools/Makefile | |
parent | ae9657720b4b46d1978890e762e69865d1d04c2c (diff) | |
download | marcuscom-ports-09a5fbf77ce3a9f5e335c12f7f8d80803bf7195f.tar.gz marcuscom-ports-09a5fbf77ce3a9f5e335c12f7f8d80803bf7195f.tar.zst marcuscom-ports-09a5fbf77ce3a9f5e335c12f7f8d80803bf7195f.zip |
- Update to 2.15.0
There's a dbus communicating error with *-admin tools
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6376 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r-- | sysutils/gnome-system-tools/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile new file mode 100644 index 000000000..d2b05c0c6 --- /dev/null +++ b/sysutils/gnome-system-tools/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: gnomesystemtools +# Date created: 17 May 2004 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gnome-system-tools +PORTVERSION= 2.15.0 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-system-tools/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DISTNAME= gnome-system-tools-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Tools to configure workstations + +LIB_DEPENDS= oobs-1.0:${PORTSDIR}/devel/liboobs + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_X_PREFIX= yes +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack nautilus2 +USE_AUTOTOOLS= libtool:15 +INSTALLS_OMF= yes +CONFIGURE_ARGS= --enable-services +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= gnome-system-tools.schemas + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= uses symbols not present in 4.X +.endif + +.include <bsd.port.post.mk> |