mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
23 lines
423 B
Makefile
23 lines
423 B
Makefile
COMMENT= print information about the content and structure of a DVD
|
|
|
|
DISTNAME= lsdvd-0.17
|
|
CATEGORIES= multimedia
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://lsdvd.sourceforge.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c dvdread
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=lsdvd/}
|
|
|
|
LIB_DEPENDS= devel/libdvdread
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|