aboutsummaryrefslogtreecommitdiff
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-01 19:41:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-01 19:41:23 +0000
commit322b4346a856bd30d0ce7fe2ea3c1917e2f35c6b (patch)
treeea96550dd5483042f3b3dbfdaf2a807e2a0baeb8 /audio/gnome-media/Makefile
parent5493f29151206232f61c063fbcbd3da5a621a47c (diff)
downloadports-322b4346a856bd30d0ce7fe2ea3c1917e2f35c6b.tar.gz
ports-322b4346a856bd30d0ce7fe2ea3c1917e2f35c6b.zip
Notes
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
deleted file mode 100644
index 7e667eb66022..000000000000
--- a/audio/gnome-media/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/audio/gnome-media/Makefile,v 1.164 2012/09/01 23:02:08 mezz Exp $
-
-PORTNAME= gnome-media
-PORTVERSION= 2.32.0
-PORTREVISION= 7
-CATEGORIES= audio gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Multimedia applications for the GNOME 2 desktop
-
-BUILD_DEPENDS= xml2po:textproc/gnome-doc-utils
-LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \
- libunique-1.0.so:x11-toolkits/unique
-
-CONFLICTS= gnome-control-center-3.[0-9]* libgnome-media-profiles-3.[0-9]*
-
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GNOME= gnomeprefix intlhack gtk20 libxml2 gconf2
-USE_GSTREAMER= gconf good
-CONFIGURE_ARGS= --disable-gstmix
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-GCONF_SCHEMAS= gnome-audio-profiles.schemas \
- gnome-sound-recorder.schemas
-
-OPTIONS_DEFINE= PULSEAUDIO
-OPTIONS_DEFAULT=PULSEAUDIO
-OPTIONS_SUB= yes
-
-PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
-PULSEAUDIO_CONFIGURE_ENABLE=pulseaudio
-
-post-patch:
- @${REINPLACE_CMD} -e 's|have_gladeui=true|have_gladeui=false|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>