27 lines
622 B
Makefile
27 lines
622 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/21 21:26:24 xsa Exp $
|
||
|
|
||
|
COMMENT= "print information about the content and structure of a DVD"
|
||
|
|
||
|
DISTNAME= lsdvd-0.10
|
||
|
CATEGORIES= multimedia
|
||
|
|
||
|
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
|
||
|
|
||
|
HOMEPAGE= http://acidrip.thirtythreeandathird.net/lsdvd.html
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=acidrip/}
|
||
|
|
||
|
LIB_DEPENDS= dvdread.3.0::devel/libdvdread
|
||
|
|
||
|
CONFIGURE_STYLE=gnu
|
||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
.include <bsd.port.mk>
|