blob: b5261265a2687c6f7aa29ac75dc0c3242ab0745c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= featherpad
PORTVERSION= 0.9.2
PORTREVISION= 2
DISTVERSIONPREFIX= V
CATEGORIES= editors
MAINTAINER= jsm@FreeBSD.org
COMMENT= Lightweight Qt5 plain-text editor
LICENSE= GPLv3
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource qt:5 gl
USE_GITHUB= yes
GH_ACCOUNT= tsujan
GH_PROJECT= FeatherPad
USE_QT= buildtools_build core gui printsupport network \
svg widgets x11extras linguisttools
USE_XORG= x11
USE_GL= gl
.include <bsd.port.mk>
|