freebsd-ports/multimedia/vlc-devel/Makefile

33 lines
806 B
Makefile
Raw Normal View History

# New ports collection makefile for: vlc
# Date created: 3rd August 2001
# Whom: Brian Somers <brian@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vlc
2002-08-31 18:46:34 +02:00
PORTVERSION= 0.4.4
CATEGORIES= multimedia
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
COMMENT= An X11 MPEG2 client/server solution
LIB_DEPENDS= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \
dvdread.3:${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
2002-01-08 05:33:06 +01:00
.include <bsd.port.mk>