1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/editors/featherpad/Makefile
Niclas Zeising d52303ea80 Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
2019-11-05 15:48:40 +00:00

27 lines
526 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= featherpad
PORTVERSION= 0.10.0
PORTREVISION= 1
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 xorg
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>