1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/editors/ghostwriter/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
603 B
Makefile

PORTNAME= ghostwriter
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.1
CATEGORIES= editors
MAINTAINER= ports@FreeBSD.org
COMMENT= Distraction-free Markdown editor
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= wereturtle
USE_QT= core gui svg webchannel webengine widgets buildtools_build \
linguisttools_build
# cf. PR 224488
LDFLAGS+= -Wl,--as-needed
.include <bsd.port.mk>