22 lines
480 B
Makefile
Raw Normal View History

2002-10-22 21:06:27 +00:00
# $OpenBSD: Makefile,v 1.6 2002/10/22 21:06:27 espie Exp $
2002-10-22 21:06:27 +00:00
COMMENT= "descramble scrambled DVDs"
2002-10-22 21:06:27 +00:00
VER= 1.2.3
DISTNAME= libdvdcss-${VER}
CATEGORIES= converters
MASTER_SITES= http://www.videolan.org/pub/videolan/libdvdcss/${VER}/
2002-10-22 21:06:27 +00:00
HOMEPAGE= http://www.videolan.org/libdvdcss/
2002-10-22 21:06:27 +00:00
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= "Free speech issue"
PERMIT_PACKAGE_FTP= "Free speech issue"
2002-10-22 21:06:27 +00:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>