freebsd-ports/audio/flacon/Makefile
Alexey Dokuchaev 8fbf5dbb4e Flacon 5.4.0 is out!
- Ability to put the disc number into the output filename
  - Regression fix: templates are always inserted at the end
    of pattern editor
  - Updated translations

Reported by:	portscout
2019-04-28 10:47:24 +00:00

21 lines
499 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= flacon
PORTVERSION= 5.4.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>