Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
27 lines
658 B
Makefile
27 lines
658 B
Makefile
PORTNAME= dgedit
|
|
DISTVERSION= 0.10.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.drumgizmo.org/releases/${PORTNAME}-${DISTVERSION}/
|
|
|
|
MAINTAINER= meka@tilda.center
|
|
COMMENT= DrumGizmo drumkit editor
|
|
WWW= https://www.drumgizmo.org/
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libao.so:audio/libao \
|
|
libsndfile.so:audio/libsndfile
|
|
|
|
USES= autoreconf compiler:c++14-lang gmake libtool localbase pkgconfig qt:5
|
|
USE_QT= buildtools:build core gui linguisttools:build widgets xml
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
BINARY_ALIAS= lrelease=${LRELEASE}
|
|
|
|
PLIST_FILES= bin/dgedit \
|
|
share/locale/dgedit_da.qm \
|
|
share/locale/dgedit_fr.qm
|
|
|
|
.include <bsd.port.mk>
|