mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
d52303ea80
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'.
27 lines
526 B
Makefile
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>
|