Files
ports/audio/flacon/Makefile
T
Alexey Dokuchaev 303514f7f4 Update to version 6.1.0.
Reported by:	portscout
2020-06-27 14:19:31 +00:00

22 lines
499 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= flacon
PORTVERSION= 6.1.0
DISTVERSIONPREFIX= v
CATEGORIES= audio
MAINTAINER= danfe@FreeBSD.org
COMMENT= Graphical audio file extractor and encoder
LICENSE= LGPL21+
LIB_DEPENDS= libuchardet.so:textproc/uchardet
USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5
USE_GITHUB= yes
USE_QT= buildtools_build concurrent_build qmake_build \
linguisttools_build core gui network widgets
.include <bsd.port.mk>