freebsd-ports/editors/featherpad/Makefile
2022-04-30 11:12:27 +02:00

26 lines
567 B
Makefile

# Created by: Olivier Duchateau
PORTNAME= featherpad
PORTVERSION= 1.2.0
DISTVERSIONPREFIX= V
CATEGORIES= editors
MAINTAINER= jsm@FreeBSD.org
COMMENT= Lightweight Qt5 plain-text editor
LICENSE= GPLv3
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
USES= compiler:c++11-lang desktop-file-utils pkgconfig cmake qt:5 gl xorg
USE_GITHUB= yes
GH_ACCOUNT= tsujan
GH_PROJECT= FeatherPad
USE_QT= buildtools_build qmake_build core dbus gui printsupport network \
svg widgets x11extras linguisttools
USE_XORG= x11 sm ice xext
USE_GL= gl
.include <bsd.port.mk>