20 lines
386 B
Makefile
20 lines
386 B
Makefile
COMMENT= library for reading UDF from raw devices and image files
|
|
|
|
DISTNAME= libudfread-1.1.2
|
|
CATEGORIES= multimedia devel
|
|
MASTER_SITES= https://download.videolan.org/videolan/libudfread/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
SHARED_LIBS= udfread 0.0
|
|
|
|
HOMEPAGE= https://code.videolan.org/videolan/libudfread/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|