1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/editors/featherpad/Makefile
Jesper Schmitz Mouridsen a3cc1ecaf0 editors/featherpad update to v9.2
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D18503
2019-01-24 19:52:29 +00:00

27 lines
520 B
Makefile

# 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>