aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libudfread/Makefile
blob: 1acd1fe452f12296883d8ce13a3ecb1f6dc79c34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>