summaryrefslogtreecommitdiffstats
path: root/audio/gnomemedia2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnomemedia2/Makefile')
-rw-r--r--audio/gnomemedia2/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile
deleted file mode 100644
index ff31e07e5..000000000
--- a/audio/gnomemedia2/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: gnomemedia2
-# Date created: 06 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomemedia2
-PORTVERSION= 2.10.0
-PORTREVISION= 2
-CATEGORIES= audio gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-media/2.10
-DISTNAME= gnome-media-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Multimedia applications for the GNOME 2 desktop
-
-USE_BZIP2= yes
-INSTALLS_OMF= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_LIBTOOL_VER=15
-INSTALLS_SHLIB= yes
-USE_REINPLACE= yes
-GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
- gail nautiluscdburner
-USE_GSTREAMER= esound cdparanoia
-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
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
- ${WRKSRC}/gnome-cd/Makefile.in
-.if ${OSVERSION} > 501107
- @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure
-.else
- @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure
-.endif
-
-.include <bsd.port.post.mk>