summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-tools/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-20 23:27:28 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-20 23:27:28 +0800
commitee997b050b448541ee4d68580c8b34f5fba56871 (patch)
tree99ce290b67a3992c035d0d47140363d8c7004821 /sysutils/gnome-system-tools/Makefile
parent53ce819f45a72bd61487461ef8d2e4370c7404d6 (diff)
downloadmarcuscom-ports-ee997b050b448541ee4d68580c8b34f5fba56871.tar
marcuscom-ports-ee997b050b448541ee4d68580c8b34f5fba56871.tar.gz
marcuscom-ports-ee997b050b448541ee4d68580c8b34f5fba56871.tar.bz2
marcuscom-ports-ee997b050b448541ee4d68580c8b34f5fba56871.tar.lz
marcuscom-ports-ee997b050b448541ee4d68580c8b34f5fba56871.tar.xz
marcuscom-ports-ee997b050b448541ee4d68580c8b34f5fba56871.tar.zst
marcuscom-ports-ee997b050b448541ee4d68580c8b34f5fba56871.zip
Import gnomesystemtools-0.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2700 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r--sysutils/gnome-system-tools/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile
new file mode 100644
index 000000000..19a2fdb9c
--- /dev/null
+++ b/sysutils/gnome-system-tools/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gnomesystemtools
+# Date created: 17 May 2004
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/gnomesystemtools/Makefile,v 1.4 2004/08/15 16:27:51 marcus Exp $
+#
+
+PORTNAME= gnomesystemtools
+PORTVERSION= 0.91.0
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-system-tools/0.91
+DISTNAME= gnome-system-tools-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Tools to configure workstations
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_PERL5= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui
+USE_LIBTOOL_VER=15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>