openbsd-ports/devel/libdvdread/Makefile

35 lines
702 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
#$OpenBSD: Makefile,v 1.19 2010/11/15 19:45:59 espie Exp $
CATEGORIES = devel
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/
2010-11-15 14:45:56 -05:00
MAINTAINER = Marc Espie <espie@openbsd.org>
2010-11-15 14:45:56 -05:00
CONFIGURE_STYLE = gnu
USE_LIBTOOL = Yes
FLAVORS = debugcss
FLAVOR ?=
.if ${FLAVOR:L:Mdebugcss}
2010-11-15 14:45:56 -05:00
CFLAGS += -DDEBUG_CSS
RUN_DEPENDS = converters/libdvdcss
.else
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = converters/libdvd
.endif
SHARED_LIBS += dvdread 4.3 # .5.1
2006-10-27 03:14:24 -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
2010-11-15 14:45:56 -05:00
SEPARATE_BUILD = Yes
2006-10-27 03:14:24 -04:00
.include <bsd.port.mk>