freebsd-ports/devel/eql5/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

34 lines
684 B
Makefile

PORTNAME= eql5
PORTVERSION= g20220217
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Embedded Qt Lisp
WWW= https://gitlab.com/eql/EQL5
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../LICENSE-1.MIT
LIB_DEPENDS= libecl.so:lang/ecl
USES= gl qmake qt:5
USE_QT= core declarative gui help location multimedia network \
printsupport sql svg webchannel webengine widgets \
buildtools:build uitools:build
USE_GL= gl
USE_LDCONFIG= yes
USE_GITLAB= yes
GL_ACCOUNT= eql
GL_PROJECT= ${PORTNAME:tu}
GL_COMMIT= 0bf4fbaf2e231a30a0173640c3bd478e6ea6ad7a
WRKSRC_SUBDIR= src
QMAKE_SOURCE_PATH= ${WRKSRC}/eql5.pro
pre-build:
@cd ${WRKSRC} && ecl -shell make.lisp
.include <bsd.port.mk>