blob: 2699c4c88c783a615af7a8d0d4a60cf6925ae890 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= fontmatrix
PORTVERSION= 0.9.100
DISTVERSIONPREFIX= v
CATEGORIES= x11-fonts
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Graphical font manager
WWW= https://github.com/fcoiffie/fontmatrix
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= cmake compiler:c++11-lang qt:5
USE_GITHUB= yes
USE_QT= buildtools core gui linguisttools network printsupport \
qmake_build sql svg webkit widgets xml
.include <bsd.port.mk>
|