summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-utils/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
commit716e853082f85512d878931d3c2903f4a669c7e8 (patch)
tree3a24d58f313f014bb8f3aca107a85ec50d2fb1df /deskutils/gnome-utils/Makefile
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-utils/Makefile')
-rw-r--r--deskutils/gnome-utils/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
deleted file mode 100644
index c023dccb3..000000000
--- a/deskutils/gnome-utils/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: gnomeutils2
-# Date created: 06 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.114 2007/02/13 06:54:17 mezz Exp $
-#
-
-PORTNAME= gnome-utils
-PORTVERSION= 2.18.0
-PORTEPOCH= 1
-CATEGORIES= deskutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 2 support utilities
-
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_XLIB= yes
-INSTALLS_OMF= yes
-USE_GMAKE= yes
-GNOME_DESKTOP_VERSION=2
-USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
- libgnomeprintui gnomedesktop ltverhack
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 \
- baobab.1
-GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
- gnome-search-tool.schemas logview.schemas baobab.schemas
-
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} -n 10 \
- ${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|'
-
-.include <bsd.port.mk>