summaryrefslogtreecommitdiffstats
path: root/x11/gnome-applets/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 /x11/gnome-applets/Makefile
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz
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 'x11/gnome-applets/Makefile')
-rw-r--r--x11/gnome-applets/Makefile110
1 files changed, 0 insertions, 110 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
deleted file mode 100644
index 8f6172456..000000000
--- a/x11/gnome-applets/Makefile
+++ /dev/null
@@ -1,110 +0,0 @@
-# New ports collection makefile for: gnomeapplets2
-# Date created: 26th May 2000
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11/gnome-applets/Makefile,v 1.151 2007/02/28 19:31:48 marcus Exp $
-#
-
-PORTNAME= gnome-applets
-PORTVERSION= 2.18.0
-CATEGORIES= x11 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= Applets components for the GNOME 2 Desktop Environment
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \
- ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
- xklavier.11:${PORTSDIR}/x11/libxklavier \
- gucharmap.6:${PORTSDIR}/deskutils/gucharmap
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \
- ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center
-
-USE_GETTEXT= yes
-USE_BZIP2= yes
-USE_XLIB= yes
-USE_GMAKE= yes
-GNOME_DESKTOP_VERSION=2
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-USE_LDCONFIG= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
- gail gnomedocutils libgnomekbd
-WANT_GNOME= yes
-USE_GSTREAMER= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-gstreamer=0.10 \
- --enable-stickynotes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
- FREEBSD_SYS=${FREEBSD_SYS}
-
-GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \
- gswitchit.schemas gweather.schemas \
- mixer.schemas multiload.schemas \
- stickynotes.schemas
-
-OPTIONS= MINI_COMMANDER "Enable mini-commander applet" off
-
-FREEBSD_SYS?= /usr/src/sys
-
-.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \
- !defined(WITHOUT_LIBNOTIFY)
-LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify
-.endif
-
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
-PLIST_SUB= BATTERY="@comment "
-.else
-GCONF_SCHEMAS+= battstat.schemas
-PLIST_SUB= BATTERY=""
-.endif
-
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
-PLIST_SUB+= CPUFREQ="@comment "
-.else
-PLIST_SUB+= CPUFREQ=""
-GCONF_SCHEMAS+= cpufreq-applet.schemas
-.endif
-
-.if defined(WITH_MINI_COMMANDER)
-CONFIGURE_ARGS+= --enable-mini-commander
-GCONF_SCHEMAS+= mini-commander-global.schemas mini-commander.schemas
-PLIST_SUB+= COMMANDER=""
-.else
-PLIST_SUB+= COMMANDER="@comment "
-.endif
-
-.if ( exists(${pygnomedesktop_DETECT}) ) || \
- ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" ) && ${ARCH}!="sparc64" )
-USE_PYTHON= yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GNOME+= pygnomedesktop
-PLIST_SUB+= PYTHON=""
-.else
-PLIST_SUB+= PYTHON="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \
- ${WRKSRC}/libgweather/weather-met.c
- @${REINPLACE_CMD} -e 's|system-tools-backends|system-tools-backends-2.0|g' \
- ${WRKSRC}/configure
-.if !defined(USE_PYTHON)
- @${REINPLACE_CMD} -e 's|HAVE_PYGTK="yes"|HAVE_PYGTK="no"|' \
- ${WRKSRC}/configure
-.endif
-
-.include <bsd.port.post.mk>