summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /audio/gnome-media/Makefile
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
deleted file mode 100644
index 93781d9e0..000000000
--- a/audio/gnome-media/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: gnomemedia2
-# Date created: 06 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/audio/gnome-media/Makefile,v 1.146 2009/10/07 14:42:44 avl Exp $
-#
-
-PORTNAME= gnome-media
-PORTVERSION= 2.28.1
-PORTREVISION= 1
-CATEGORIES= audio gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Multimedia applications for the GNOME 2 desktop
-
-BUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils
-LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
- pulse.0:${PORTSDIR}/audio/pulseaudio \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libxml2 libglade2 \
- gconf2
-USE_GSTREAMER= gconf good
-CONFIGURE_ARGS= --disable-gstmix
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= gnome-audio-profiles.schemas \
- gnome-sound-recorder.schemas
-
-.include <bsd.port.mk>