summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomesystemtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnomesystemtools/Makefile')
-rw-r--r--sysutils/gnomesystemtools/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/gnomesystemtools/Makefile b/sysutils/gnomesystemtools/Makefile
new file mode 100644
index 000000000..3ad857e70
--- /dev/null
+++ b/sysutils/gnomesystemtools/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: gnomesystemtools
+# Date created: 17 May 2004
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnomesystemtools
+PORTVERSION= 2.13.0
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-system-tools/2.13
+DISTNAME= gnome-system-tools-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Tools to configure workstations
+
+BUILD_DEPENDS= ${X11BASE}/share/setup-tool-backends/scripts/xml.pl:${PORTSDIR}/sysutils/system-tools-backends
+RUN_DEPENDS= ${X11BASE}/share/setup-tool-backends/scripts/xml.pl:${PORTSDIR}/sysutils/system-tools-backends
+
+USE_BZIP2= yes
+USE_GMAKE= 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>