24 lines
493 B
Makefile
24 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.15 2015/05/02 19:58:47 ajacoutot Exp $
|
|
|
|
COMMENT= print information about the content and structure of a DVD
|
|
|
|
DISTNAME= lsdvd-0.17
|
|
CATEGORIES= multimedia
|
|
|
|
HOMEPAGE= http://lsdvd.sourceforge.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c dvdread
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lsdvd/}
|
|
|
|
LIB_DEPENDS= devel/libdvdread
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|