c3ba82640f
(I still need to add some caching somewhere)
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/08/22 12:18:52 espie Exp $
|
|
CATEGORIES=converters
|
|
|
|
COMMENT="Descramble DVDs"
|
|
VERSION=1.2.2
|
|
DISTNAME=libdvdcss-${VERSION}
|
|
|
|
MASTER_SITES=http://www.videolan.org/pub/videolan/libdvdcss/${VERSION}/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
# Free speech issue
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
PERMIT_DISTFILES_FTP=Yes
|
|
|
|
PERMIT_PACKAGE_CDROM=No
|
|
PERMIT_PACKAGE_FTP=No
|
|
|
|
USE_GMAKE=Yes
|
|
|
|
.include <bsd.port.mk>
|