29 lines
559 B
Makefile
29 lines
559 B
Makefile
#$OpenBSD: Makefile,v 1.27 2015/04/27 12:17:06 ajacoutot Exp $
|
|
|
|
COMMENT = accessing DVD files
|
|
|
|
VER = 5.0.3
|
|
DISTNAME = libdvdread-${VER}
|
|
CATEGORIES = devel
|
|
MASTER_SITES = http://download.videolan.org/pub/videolan/libdvdread/${VER}/
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
SHARED_LIBS = dvdread 6.1
|
|
|
|
HOMEPAGE = http://dvdnav.mplayerhq.hu/
|
|
|
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = dvdcss
|
|
|
|
# dlopen'd
|
|
LIB_DEPENDS = converters/libdvdcss>=1.3.99
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS =--disable-apidoc
|
|
|
|
.include <bsd.port.mk>
|