openbsd-ports/converters/libdvdcss/Makefile
espie c3ba82640f Update to new version, working better than the last.
(I still need to add some caching somewhere)
2002-08-22 12:18:52 +00:00

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>