2013-09-20 22:57:48 +02:00
|
|
|
# Created by: Marc van Woerkom <3d@FreeBSD.org>
|
2001-07-07 15:07:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libdvdread
|
2014-05-13 12:17:04 +02:00
|
|
|
PORTVERSION= 4.9.9
|
2014-05-19 08:21:06 +02:00
|
|
|
PORTREVISION= 2
|
2002-11-28 01:09:51 +01:00
|
|
|
CATEGORIES= multimedia
|
2012-01-17 15:35:18 +01:00
|
|
|
MASTER_SITES= http://dvdnav.mplayerhq.hu/releases/ \
|
|
|
|
http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
|
2010-12-03 14:11:46 +01:00
|
|
|
LOCAL/martymac
|
2009-02-08 19:45:38 +01:00
|
|
|
|
2010-09-27 14:08:23 +02:00
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
2009-02-22 19:24:23 +01:00
|
|
|
COMMENT= MPlayer version of the libdvdread project
|
2009-02-08 19:45:38 +01:00
|
|
|
|
2010-11-16 15:19:17 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-05-13 12:17:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-05-15 12:41:21 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= gmake libtool:oldver pathfix pkgconfig tar:xz
|
2007-04-04 16:04:27 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2014-05-19 08:21:06 +02:00
|
|
|
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO
|
|
|
|
|
2014-05-13 12:17:04 +02:00
|
|
|
OPTIONS_DEFINE= DVDCSS
|
2012-06-11 10:05:04 +02:00
|
|
|
.if !defined(PACKAGE_BUILDING)
|
|
|
|
OPTIONS_DEFAULT= DVDCSS
|
2012-01-17 15:35:18 +01:00
|
|
|
.endif
|
|
|
|
|
2009-04-27 19:54:33 +02:00
|
|
|
# DVDCSS version hardcoded in src/dvd_input.c (dlopen'ed)
|
2014-05-15 12:41:21 +02:00
|
|
|
DVDCSS_LIB_DEPENDS= libdvdcss.so.2:${PORTSDIR}/multimedia/libdvdcss
|
2014-05-13 12:17:04 +02:00
|
|
|
|
2013-11-15 13:51:10 +01:00
|
|
|
.include <bsd.port.mk>
|