blob: 9a290e7cb6605ca850aa40a2c3f6ebe50f6228fc (
plain)
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
|
# New ports collection makefile for: vls
# Date created: 3rd August 2001
# Whom: Gleb Smirnoff <glebius@cell.sick.ru>
#
# $FreeBSD$
#
PORTNAME= vls
PORTVERSION= 0.5.0
CATEGORIES= net
MASTER_SITES= http://www.videolan.org/pub/videolan/vls/${PORTVERSION}/
MAINTAINER= glebius@cell.sick.ru
COMMENT= An X11 video streaming client/server solution
LIB_DEPENDS= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \
dvbpsi.1:${PORTSDIR}/multimedia/libdvbpsi \
dvdread.3:${PORTSDIR}/multimedia/libdvdread
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-dvdcss=${LOCALBASE} \
--with-dvbpsi=${LOCALBASE} \
--with-dvdread=${LOCALBASE}
INSTALLS_SHLIB= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|