bbaf5c58ae
and it does !
22 lines
448 B
Makefile
22 lines
448 B
Makefile
#$OpenBSD: Makefile,v 1.7 2003/02/25 00:58:53 espie Exp $
|
|
CATEGORIES= devel
|
|
|
|
COMMENT= "accessing DVD files"
|
|
DISTNAME= libdvdread-0.9.4
|
|
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
|
|
|
|
SEPARATE_BUILD=Yes
|
|
.include <bsd.port.mk>
|