aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc/Makefile
blob: 16e2a6ad620b13b02f450652354293ef1cf68a67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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
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

.include <bsd.port.mk>