mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
fedbb50cdd
Reported by: portscout
22 lines
463 B
Makefile
22 lines
463 B
Makefile
PORTNAME= qxgedit
|
|
DISTVERSION= 0.9.11
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Editor for MIDI System Exclusive files for XG devices
|
|
WWW= https://qxgedit.sourceforge.io
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libasound.so:audio/alsa-lib
|
|
|
|
USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:6
|
|
USE_QT= base svg tools:build
|
|
USE_GL= gl opengl
|
|
|
|
BINARY_ALIAS= git=false
|
|
|
|
.include <bsd.port.mk>
|