openbsd-ports/converters/libdvd/Makefile
hshoexer 3063825994 libdvd is a simple library designed for accessing DVDs like a block
device without having to worry about the decryption.
2004-03-02 22:42:14 +00:00

21 lines
450 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/03/02 22:42:14 hshoexer Exp $
COMMENT= "descramble scrambled DVDs using ACSS"
VER= 0.2
DISTNAME= libdvd-${VER}
CATEGORIES= converters
MASTER_SITES= http://www.rommelwood.de/~hshoexer/${VER}/
HOMEPAGE= http://www.rommelwood.de/~hshoexer/
# 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>