mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
18 lines
392 B
Makefile
18 lines
392 B
Makefile
PORTNAME= qxgedit
|
|
DISTVERSION= 0.9.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Editor for MIDI System Exclusive files for XG devices
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libasound.so:audio/alsa-lib
|
|
|
|
USES= cmake compiler:c++17-lang pkgconfig qt:5
|
|
USE_QT= core gui network widgets buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|