2010-11-15 14:45:56 -05:00
|
|
|
#$OpenBSD: Makefile,v 1.19 2010/11/15 19:45:59 espie Exp $
|
|
|
|
CATEGORIES = devel
|
2001-10-14 11:24:50 -04:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
COMMENT = accessing DVD files
|
|
|
|
DISTNAME = libdvdread-0.9.7
|
|
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://www.dtek.chalmers.se/groups/dvd/
|
|
|
|
MASTER_SITES = ${HOMEPAGE}dist/
|
2001-10-14 11:24:50 -04:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
2001-10-14 11:24:50 -04:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
FLAVORS = debugcss
|
|
|
|
FLAVOR ?=
|
2007-02-03 12:07:07 -05:00
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mdebugcss}
|
2010-11-15 14:45:56 -05:00
|
|
|
CFLAGS += -DDEBUG_CSS
|
|
|
|
RUN_DEPENDS = converters/libdvdcss
|
2007-02-03 12:07:07 -05:00
|
|
|
.else
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS = converters/libdvd
|
2007-02-03 12:07:07 -05:00
|
|
|
.endif
|
2001-10-14 11:24:50 -04:00
|
|
|
|
2008-07-24 05:37:26 -04:00
|
|
|
SHARED_LIBS += dvdread 4.3 # .5.1
|
2006-10-27 03:14:24 -04:00
|
|
|
|
2001-10-14 11:24:50 -04:00
|
|
|
# GPL
|
2010-11-15 14:45:56 -05:00
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
2001-10-14 11:24:50 -04:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
SEPARATE_BUILD = Yes
|
2006-10-27 03:14:24 -04:00
|
|
|
|
2001-10-14 11:24:50 -04:00
|
|
|
.include <bsd.port.mk>
|