diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-06 04:54:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-06 04:54:18 +0800 |
commit | 638b97f5a5d741cee963b662efa43f26ddf9d04c (patch) | |
tree | c4dfb23a4708ce0260562560cd232bdef6bb6711 /multimedia/gstreamer/Makefile | |
parent | 9062210343a87551bd420e59ca2d4e52f1365fe3 (diff) | |
download | marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.gz marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.zst marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.zip |
Garbage collection GNOME 2.5. Next stop, GNOME 2.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2260 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer/Makefile')
-rw-r--r-- | multimedia/gstreamer/Makefile | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile deleted file mode 100644 index e523e02d7..000000000 --- a/multimedia/gstreamer/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: gstreamer -# Date created: Tue Jul 9 20:24:02 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gstreamer -PORTVERSION= 0.8.0 -PORTREVISION= 1 -CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://gstreamer.freedesktop.org/src/gstreamer/ -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 -DIST_SUBDIR= gnome2 - -MAINTAINER= lioux@FreeBSD.org -COMMENT= Development framework for creating media applications - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_X_PREFIX= yes -USE_BISON= yes -USE_BZIP2= yes -USE_PYTHON= yes -USE_GMAKE= yes -USE_REINPLACE= yes -WANT_GNOME= yes -USE_GNOME= gnomehack \ - gnomeprefix \ - glib20 \ - pkgconfig \ - libxml2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-tests \ - --disable-failing-tests -CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -PLIST_SUB= \ - VERSION="${GST_VERSION}" \ - SHLIB_VERSION="${SHLIB_VERSION}" -INSTALLS_SHLIB= yes - -MAN1= gst-complete-${GST_VERSION}.1 gst-compprep-${GST_VERSION}.1 \ - gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \ - gst-launch-${GST_VERSION}.1 gst-md5sum-${GST_VERSION}.1 \ - gst-register-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 \ - gst-xmllaunch-${GST_VERSION}.1 - -PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" -GST_VERSION=${PORTVERSION:C/..$//} - -# library minor number -SHLIB_VERSION= 1 - -post-install: -# register plugins - -@${PREFIX}/bin/gst-register-${GST_VERSION} 2>/dev/null - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -.endif - -.include <bsd.port.post.mk> |