freebsd-ports/x11-fonts/fontmatrix/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
471 B
Makefile

PORTNAME= fontmatrix
PORTVERSION= 0.9.100
DISTVERSIONPREFIX= v
CATEGORIES= x11-fonts
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Graphical font manager
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>