diff options
Diffstat (limited to 'multimedia/gstreamer-plugins-gnonlin/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-gnonlin/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/multimedia/gstreamer-plugins-gnonlin/Makefile b/multimedia/gstreamer-plugins-gnonlin/Makefile deleted file mode 100644 index b3509e8c18c5..000000000000 --- a/multimedia/gstreamer-plugins-gnonlin/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gnonlin -# Date created: 2 June 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnonlin -PORTVERSION= 0.2.2 -CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GStreamer extension library for non-linear editing - -LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer - -CONFLICTS= pitivi-0.1.1* - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnometarget -USE_LIBTOOL_VER= 15 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnonlin-config.1 - -.include <bsd.port.mk> |