ddae4e92d8
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
36 lines
974 B
Makefile
36 lines
974 B
Makefile
PORTNAME= cool-retro-term
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Terminal emulator which mimics old cathode displays
|
|
WWW= https://github.com/Swordfish90/cool-retro-term
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Swordfish90
|
|
GH_PROJECT= qmltermwidget:qtw
|
|
GH_TAGNAME= 0.2.0:qtw
|
|
GH_SUBDIR= ${GH_PROJECT}
|
|
|
|
USES= compiler:c++11-lang gl gmake qmake qt:5
|
|
USE_GL= gl
|
|
USE_QT= qmake:build buildtools:build core declarative gui \
|
|
network sql widgets graphicaleffects:run \
|
|
quickcontrols:run sql-sqlite3:run
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/DEFINES +=/s,^macx:,,' \
|
|
${WRKSRC}/qmltermwidget/qmltermwidget.pro
|
|
@${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' \
|
|
${WRKSRC}/app/app.pro ${WRKSRC}/cool-retro-term.pro
|
|
@${REINPLACE_CMD} -e 's,\.\./icons,/icons,' \
|
|
${WRKSRC}/app/main.cpp
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/packaging/debian/cool-retro-term.1 \
|
|
${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|