22 lines
480 B
Makefile
22 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.6 2002/10/22 21:06:27 espie Exp $
|
|
|
|
COMMENT= "descramble scrambled DVDs"
|
|
|
|
VER= 1.2.3
|
|
DISTNAME= libdvdcss-${VER}
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.videolan.org/pub/videolan/libdvdcss/${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= "Free speech issue"
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|