21 lines
429 B
Makefile
21 lines
429 B
Makefile
#$OpenBSD: Makefile,v 1.5 2002/12/29 20:19:11 fgsch Exp $
|
|
CATEGORIES= devel
|
|
|
|
COMMENT= "accessing DVD files"
|
|
DISTNAME= libdvdread-0.9.3
|
|
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
|
|
MASTER_SITES= ${HOMEPAGE}dist/
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_LIBTOOL=Yes
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
PERMIT_DISTFILES_FTP=Yes
|
|
PERMIT_PACKAGE_CDROM=Yes
|
|
PERMIT_PACKAGE_FTP=Yes
|
|
|
|
.include <bsd.port.mk>
|