summaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /multimedia/vlc-devel/Makefile
parentConvert a few more uses of INDEX to ${INDEXFILE} (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'.release/5.0.0
Notes
Notes: svn path=/head/; revision=73228 svn path=/tags/RELEASE_5_0_0/; revision=73229; tag=release/5.0.0
Diffstat (limited to 'multimedia/vlc-devel/Makefile')
-rw-r--r--multimedia/vlc-devel/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
deleted file mode 100644
index 99a5dd41df9b..000000000000
--- a/multimedia/vlc-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: vlc
-# Date created: 3rd August 2001
-# Whom: Brian Somers <brian@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= vlc
-PORTVERSION= 0.4.4
-CATEGORIES= graphics
-MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
- ftp://ftp.Awfulhak.org/pub/vlc/ \
- http://people.FreeBSD.org/~brian/vlc/
-
-MAINTAINER= brian@FreeBSD.org
-
-LIB_DEPENDS= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \
- dvdread.2:${PORTSDIR}/multimedia/libdvdread
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}"
-CONFIGURE_ARGS+=--with-dvdcss=${LOCALBASE} \
- --with-dvdread=${LOCALBASE} \
- --includedir="${LOCALBASE}/include" \
- --libdir="${LOCALBASE}/lib"
-
-USE_GNOMENG= yes
-USE_GNOME= gtk12
-USE_GMAKE= yes
-
-.include <bsd.port.mk>