aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/fontobene/Makefile
blob: 64e8e97a06aa15ad6d6e06a06c0bd34ace9f73cf (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
PORTNAME=	fontobene
DISTVERSION=	0.2.0
CATEGORIES=	x11-fonts

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Header-only C++/Qt5 FontoBene font parser library
WWW=		https://github.com/fontobene/fontobene-qt5

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>