mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
21 lines
487 B
Makefile
21 lines
487 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
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>
|