openbsd-ports/devel/libdvdread/Makefile
jakemsr 3967424f7e * export the UDFFindFile function, and so:
- bump shared lib minor and
- bump pkgname

this will make future libdvdnav updates easier.

ok espie
2008-07-24 09:37:26 +00:00

35 lines
702 B
Makefile

#$OpenBSD: Makefile,v 1.18 2008/07/24 09:37:26 jakemsr Exp $
CATEGORIES= devel
COMMENT= accessing DVD files
DISTNAME= libdvdread-0.9.7
PKGNAME= ${DISTNAME}p1
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
MASTER_SITES= ${HOMEPAGE}dist/
MAINTAINER= Marc Espie <espie@openbsd.org>
CONFIGURE_STYLE= gnu
USE_LIBTOOL= Yes
FLAVORS= debugcss
FLAVOR?=
.if ${FLAVOR:L:Mdebugcss}
CFLAGS+= -DDEBUG_CSS
RUN_DEPENDS= ::converters/libdvdcss
.else
RUN_DEPENDS= ::converters/libdvd
.endif
SHARED_LIBS += dvdread 4.3 # .5.1
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
SEPARATE_BUILD= Yes
.include <bsd.port.mk>