freebsd-ports/graphics/vlc/Makefile
Brian Somers a10fc79bbf Update to 0.4.1
This version uses graphics/libdvdread rather than insisting on using the
internal libdvdread as previous versions did.

Mostly submitted by: Scott Lambert <lambert@lambertfam.org>
2002-06-08 16:09:50 +00:00

30 lines
734 B
Makefile

# New ports collection makefile for: vlc
# Date created: 3rd August 2001
# Whom: Brian Somers <brian@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vlc
PORTVERSION= 0.4.1
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}/graphics/libdvdcss \
dvdread.2:${PORTSDIR}/graphics/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_GTK= yes
USE_GMAKE= yes
.include <bsd.port.mk>