aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/fontobene/Makefile
blob: 6d661601a04aaefee36a9ea591c856d1cf0a10fd (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
# $FreeBSD$

PORTNAME=	fontobene
DISTVERSION=	0.2.0
CATEGORIES=	x11-fonts

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Header-only C++/Qt5 FontoBene font parser library

LICENSE=		APACHE20 MIT
LICENSE_COMB=		multi
LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT

USES=		cmake compiler:c++11-lang qt:5
USE_QT=		core buildtools_build qmake_build # core is needed for build to be checked by cmake, and for run because it is included from the headers

USE_GITHUB=	yes
GH_PROJECT=	${PORTNAME}-qt5

NO_ARCH=	yes
NO_BUILD=	yes

.include <bsd.port.mk>