aboutsummaryrefslogtreecommitdiff
path: root/audio/opustags/Makefile
blob: e86159f5cb555c0fbffeb3f5b5c257fa9b6b74e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	opustags
DISTVERSION=	1.9.0
CATEGORIES=	audio

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	View and edit Ogg Opus comments
WWW=		https://github.com/fmang/opustags

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libogg.so:audio/libogg

USES=		cmake compiler:c++20-lang iconv pkgconfig

USE_GITHUB=	yes
GH_ACCOUNT=	fmang

TEST_TARGET=	check # 1 test fails, see https://github.com/fmang/opustags/issues/60

PLIST_FILES=	bin/opustags \
		share/man/man1/opustags.1.gz

.include <bsd.port.mk>