aboutsummaryrefslogtreecommitdiffstats
path: root/editors/featherpad/Makefile
blob: 121e8684a797458bf10f327ec60040edc4854a0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=		featherpad
PORTVERSION=		1.6.1
DISTVERSIONPREFIX=	V
CATEGORIES=		editors

MAINTAINER=	lxqt@FreeBSD.org
COMMENT=	Lightweight Qt6 plain-text editor
WWW=		https://github.com/tsujan/FeatherPad

LICENSE=	GPLv3

LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell

USES=		compiler:c++17-lang desktop-file-utils pkgconfig cmake qt:6 gl xorg

USE_GITHUB=	yes
GH_ACCOUNT=	tsujan
GH_PROJECT=	FeatherPad

USE_QT=		base:run tools:build svg
USE_XORG=	x11 sm ice xext
USE_GL=		gl

.include <bsd.port.mk>