summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-tools/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-21 03:13:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-21 03:13:11 +0800
commit87853ec15255c8a5db43627c382a960c9221eab5 (patch)
tree9751af4e63174bb00bf1d71c32a50e14b8e51eeb /sysutils/gnome-system-tools/Makefile
parentee997b050b448541ee4d68580c8b34f5fba56871 (diff)
downloadmarcuscom-ports-87853ec15255c8a5db43627c382a960c9221eab5.tar
marcuscom-ports-87853ec15255c8a5db43627c382a960c9221eab5.tar.gz
marcuscom-ports-87853ec15255c8a5db43627c382a960c9221eab5.tar.bz2
marcuscom-ports-87853ec15255c8a5db43627c382a960c9221eab5.tar.lz
marcuscom-ports-87853ec15255c8a5db43627c382a960c9221eab5.tar.xz
marcuscom-ports-87853ec15255c8a5db43627c382a960c9221eab5.tar.zst
marcuscom-ports-87853ec15255c8a5db43627c382a960c9221eab5.zip
Remove this port now that it has been committed to the FreeBSD tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2701 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r--sysutils/gnome-system-tools/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile
deleted file mode 100644
index 19a2fdb9c..000000000
--- a/sysutils/gnome-system-tools/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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>