2001-08-04 15:01:02 +02:00
|
|
|
# New ports collection makefile for: vlc
|
|
|
|
# Date created: 3rd August 2001
|
2002-03-13 12:31:08 +01:00
|
|
|
# Whom: Brian Somers <brian@FreeBSD.org>
|
2001-08-04 15:01:02 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vlc
|
2002-08-31 18:46:34 +02:00
|
|
|
PORTVERSION= 0.4.4
|
2003-04-04 03:38:40 +02:00
|
|
|
CATEGORIES= multimedia
|
2001-08-10 13:35:16 +02:00
|
|
|
MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
|
2001-08-07 01:05:58 +02:00
|
|
|
ftp://ftp.Awfulhak.org/pub/vlc/ \
|
|
|
|
http://people.FreeBSD.org/~brian/vlc/
|
2001-08-04 15:01:02 +02:00
|
|
|
|
2002-03-13 12:31:08 +01:00
|
|
|
MAINTAINER= brian@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An X11 MPEG2 client/server solution
|
2001-08-04 15:01:02 +02:00
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
LIB_DEPENDS= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \
|
2003-03-06 05:45:49 +01:00
|
|
|
dvdread.3:${PORTSDIR}/multimedia/libdvdread
|
2001-08-07 01:05:58 +02:00
|
|
|
|
2001-08-12 11:44:16 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-06-08 18:09:50 +02:00
|
|
|
CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}"
|
|
|
|
CONFIGURE_ARGS+=--with-dvdcss=${LOCALBASE} \
|
|
|
|
--with-dvdread=${LOCALBASE} \
|
|
|
|
--includedir="${LOCALBASE}/include" \
|
|
|
|
--libdir="${LOCALBASE}/lib"
|
2002-03-28 23:18:30 +01:00
|
|
|
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2001-08-04 15:01:02 +02:00
|
|
|
USE_GMAKE= yes
|
2001-08-12 11:44:16 +02:00
|
|
|
|
2002-01-08 05:33:06 +01:00
|
|
|
.include <bsd.port.mk>
|