summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-tools/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-18 08:13:41 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-18 08:13:41 +0800
commit4efbb3c645c7863c83e23edd4e456945caeed1ee (patch)
tree4a5c541ce4d61665db62072c82ab92b9a1f7888c /sysutils/gnome-system-tools/Makefile
parent8d9132515526a4b4c876cd713c99a825358165b1 (diff)
downloadmarcuscom-ports-4efbb3c645c7863c83e23edd4e456945caeed1ee.tar.gz
marcuscom-ports-4efbb3c645c7863c83e23edd4e456945caeed1ee.tar.zst
marcuscom-ports-4efbb3c645c7863c83e23edd4e456945caeed1ee.zip
Remove gnomesystemtools now that it's been added to the FreeBSD repository.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2295 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r--sysutils/gnome-system-tools/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile
deleted file mode 100644
index 0b48d2184..000000000
--- a/sysutils/gnome-system-tools/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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>