mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
39169fcbc6
This is a bugfix release that does not break ABI compatibility: https://code.videolan.org/videolan/libdvdread/blob/6.0.1/NEWS Also, while here, reorder a few variables in Makefile.
34 lines
827 B
Makefile
34 lines
827 B
Makefile
# Created by: Marc van Woerkom <3d@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdvdread
|
|
PORTVERSION= 6.0.1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdread/${PORTVERSION}/ \
|
|
http://dvdnav.mplayerhq.hu/releases/ \
|
|
http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
|
|
LOCAL/martymac
|
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
|
COMMENT= Videolan version of the libdvdread project
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= tar:bz2 gmake libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO
|
|
|
|
OPTIONS_DEFINE= DVDCSS DOCS
|
|
.if !defined(PACKAGE_BUILDING)
|
|
OPTIONS_DEFAULT= DVDCSS
|
|
.endif
|
|
|
|
# DVDCSS version hardcoded in src/dvd_input.c (dlopen'ed)
|
|
DVDCSS_LIB_DEPENDS= libdvdcss.so.2:multimedia/libdvdcss
|
|
|
|
.include <bsd.port.mk>
|