615e7245fe
libudfread is a library for accessing UDF filesystem, commonly found on optical discs and disc images. PR: 278238
21 lines
465 B
Makefile
21 lines
465 B
Makefile
PORTNAME= libudfread
|
|
DISTVERSION= 1.1.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= https://get.videolan.org/${PORTNAME}/ \
|
|
https://download.videolan.org/pub/videolan/${PORTNAME}/
|
|
|
|
MAINTAINER= yzrh@noema.org
|
|
COMMENT= UDF reader for media players
|
|
WWW= https://code.videolan.org/videolan/libudfread/
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= autoreconf cpe libtool tar:bzip2
|
|
CPE_VENDOR= videolan
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|