31d861b868
NOTE: This enables key caching by default, and the naming scheme was changed to prevent conflicts.
22 lines
505 B
Makefile
22 lines
505 B
Makefile
# $OpenBSD: Makefile,v 1.10 2003/10/30 01:00:54 jolan Exp $
|
|
|
|
COMMENT= "descramble scrambled DVDs"
|
|
|
|
VER= 1.2.8
|
|
DISTNAME= libdvdcss-${VER}
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.videolan.org/pub/videolan/libdvdcss/${VER}/ \
|
|
http://www.fr.videolan.org/pub/videolan/vlc/${VER}/
|
|
|
|
HOMEPAGE= http://www.videolan.org/libdvdcss/
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= "Free speech issue"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|