2019-09-13 22:51:29 +02:00
|
|
|
PORTNAME= fontmatrix
|
2021-01-26 13:23:42 +01:00
|
|
|
PORTVERSION= 0.9.100
|
|
|
|
DISTVERSIONPREFIX= v
|
2023-04-25 17:15:30 +02:00
|
|
|
PORTREVISION= 1
|
2019-09-13 22:51:29 +02:00
|
|
|
CATEGORIES= x11-fonts
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Graphical font manager
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/fcoiffie/fontmatrix
|
2019-09-13 22:51:29 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2
|
|
|
|
|
2019-09-19 18:21:50 +02:00
|
|
|
USES= cmake compiler:c++11-lang qt:5
|
2019-09-13 22:51:29 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USE_QT= buildtools core gui linguisttools network printsupport \
|
2022-09-11 12:20:14 +02:00
|
|
|
qmake:build sql svg webkit widgets xml
|
2019-09-13 22:51:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|