1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/audio/flacon/Makefile
Alexey Dokuchaev 2e0ef51d8e Update `audio/flacon' to version 4.1.0.
Reported by:	portscout
2018-04-19 11:35:29 +00:00

22 lines
473 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= flacon
PORTVERSION= 4.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 desktop-file-utils pkgconfig
USE_GITHUB= yes
USE_QT5= buildtools_build concurrent_build qmake_build \
linguisttools_build core gui network widgets
.include <bsd.port.mk>