freebsd-ports/archivers/v1541commander/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
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
2022-09-11 12:20:14 +02:00

41 lines
1018 B
Makefile

PORTNAME= v1541commander
PORTVERSION= 1.1
DISTVERSIONPREFIX= v
CATEGORIES= archivers emulators
MAINTAINER= zirias@FreeBSD.org
COMMENT= Virtual 1541 disk commander
WWW= https://github.com/excess-c64/v1541commander
LICENSE= BSD2CLAUSE STYLEFONT
LICENSE_COMB= multi
LICENSE_NAME_STYLEFONT= The STYLE C64 TrueType Fonts License
LICENSE_FILE_STYLEFONT= ${WRKSRC}/LICENSE-font.txt
LICENSE_PERMS_STYLEFONT= dist-mirror no-dist-sell pkg-mirror \
no-pkg-sell auto-accept
LIB_DEPENDS= lib1541img.so:archivers/lib1541img
USES= compiler:c++11-lang gmake pkgconfig qt:5 shared-mime-info
USE_QT= core gui network widgets buildtools:build linguisttools:build
USE_GITHUB= yes
GH_PROJECT= zimk:zimk
GH_ACCOUNT= excess-c64 Zirias:zimk
GH_TAGNAME= 31500ca:zimk
OPTIONS_DEFINE= DOCS
MAKE_ARGS= pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
V=1
MAKE_ENV= DEFAULT_MOC=${MOC} \
DEFAULT_RCC=${RCC} \
LRELEASE=${LRELEASE}
ALL_TARGET= strip
post-extract:
@${MV} ${WRKSRC_zimk}/* ${WRKSRC}/zimk/
.include <bsd.port.mk>