26 lines
569 B
Makefile
Raw Normal View History

2006-02-07 09:46:27 +00:00
# $OpenBSD: Makefile,v 1.4 2006/02/07 09:46:27 xsa Exp $
COMMENT= "print information about the content and structure of a DVD"
DISTNAME= lsdvd-0.10
CATEGORIES= multimedia
2004-10-14 13:15:22 +00:00
HOMEPAGE= http://untrepid.com/acidrip/lsdvd.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-03-13 22:48:11 +00:00
WANTLIB= c
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>