mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
28 lines
646 B
Makefile
28 lines
646 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ghostwriter
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.7.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Distraction-free Markdown editor
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wereturtle
|
|
USE_QT= concurrent core gui network printsupport svg webkit widgets \
|
|
buildtools_build linguisttools_build
|
|
LDFLAGS+= -Wl,--as-needed # cf. PR 224488
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's,share/man/,man/,' ${WRKSRC}/ghostwriter.pro
|
|
|
|
.include <bsd.port.mk>
|