summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomesystemtools/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-18 02:42:32 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-18 02:42:32 +0800
commit8d9132515526a4b4c876cd713c99a825358165b1 (patch)
tree140fdd557de9fbf82c3371e87a6cacbe47b1c32d /sysutils/gnomesystemtools/Makefile
parenta02f2dcb8c5cbd2ae5fcd3c0f72258a9c3fcffa3 (diff)
downloadmarcuscom-ports-8d9132515526a4b4c876cd713c99a825358165b1.tar
marcuscom-ports-8d9132515526a4b4c876cd713c99a825358165b1.tar.gz
marcuscom-ports-8d9132515526a4b4c876cd713c99a825358165b1.tar.bz2
marcuscom-ports-8d9132515526a4b4c876cd713c99a825358165b1.tar.lz
marcuscom-ports-8d9132515526a4b4c876cd713c99a825358165b1.tar.xz
marcuscom-ports-8d9132515526a4b4c876cd713c99a825358165b1.tar.zst
marcuscom-ports-8d9132515526a4b4c876cd713c99a825358165b1.zip
Add gnomesystemtools 0.33.0. AFAICT most things work well.
Various tools to assist in administration and configuration of a workstation. Included are tools to: * Administer user and group accounts * Change the date, time, and time zone * Set up and configure network interfaces * Modify bootloader settings * Start, stop, and modify system services WWW: http://www.gnome.org/projects/gst/ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2294 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomesystemtools/Makefile')
-rw-r--r--sysutils/gnomesystemtools/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/gnomesystemtools/Makefile b/sysutils/gnomesystemtools/Makefile
new file mode 100644
index 000000000..0b48d2184
--- /dev/null
+++ b/sysutils/gnomesystemtools/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: gnomesystemtools
+# Date created: 17 May 2004
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomesystemtools
+PORTVERSION= 0.33.0
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-system-tools/0.33
+DISTNAME= gnome-system-tools-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Tools to configure workstations
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL_VER=13
+# USE_GNOME= libgnomeui
+USE_GNOME= gnomehack gnomeprefix gnometarget intlhack lthack
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>