summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /audio/gnome-media/Makefile
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
deleted file mode 100644
index 36298b3d2..000000000
--- a/audio/gnome-media/Makefile
+++ /dev/null
@@ -1,43 +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.111 2007/09/17 17:11:36 marcus Exp $
-#
-
-PORTNAME= gnome-media
-PORTVERSION= 2.20.1
-CATEGORIES= audio gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Multimedia applications for the GNOME 2 desktop
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-INSTALLS_ICONS= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
- gail nautiluscdburner
-USE_GSTREAMER= cdparanoia esound gconf good
-CONFIGURE_ARGS= --enable-ipv6
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \
- gnome-cd.schemas gnome-sound-recorder.schemas \
- gnome-volume-control.schemas
-
-post-patch:
- @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
- ${WRKSRC}/gnome-cd/Makefile.in
- @${REINPLACE_CMD} -e 's|acd0c|acd0|g ; s|== "xyes|= "xyes|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>