2015-01-28 12:03:45 +01:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cool-retro-term
|
2019-06-25 18:22:21 +02:00
|
|
|
PORTVERSION= 1.1.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2015-01-28 12:03:45 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2019-10-23 14:11:24 +02:00
|
|
|
COMMENT= Terminal emulator which mimics old cathode displays
|
2015-01-28 12:03:45 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= Swordfish90
|
2016-03-07 10:59:55 +01:00
|
|
|
GH_PROJECT= qmltermwidget:qtw
|
2019-06-25 18:22:21 +02:00
|
|
|
GH_TAGNAME= 0.2.0:qtw
|
2019-10-23 16:14:09 +02:00
|
|
|
GH_SUBDIR= ${GH_PROJECT}
|
2015-01-28 12:03:45 +01:00
|
|
|
|
2019-10-23 14:11:24 +02:00
|
|
|
USES= compiler:c++11-lang gl gmake qmake qt:5
|
2019-06-25 18:22:21 +02:00
|
|
|
USE_GL= gl
|
|
|
|
USE_QT= qmake_build buildtools_build core declarative gui \
|
|
|
|
network sql widgets graphicaleffects_run \
|
|
|
|
quickcontrols_run sql-sqlite3_run
|
2015-01-28 12:03:45 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2019-06-25 18:22:21 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/packaging/debian/cool-retro-term.1 \
|
|
|
|
${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
|
2019-10-23 14:11:24 +02:00
|
|
|
.include <bsd.port.mk>
|