freebsd-ports/x11-fonts/fontmatrix/Makefile
Rene Ladan 107072954b all: bump expiration dates for qt5-webkit consumers to 2023-12-31
This aligns the expiration of these ports with that
of www/qt5-webkit itself.
2023-12-02 12:18:30 +01:00

26 lines
610 B
Makefile

PORTNAME= fontmatrix
PORTVERSION= 0.9.100
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Graphical font manager
WWW= https://github.com/fcoiffie/fontmatrix
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Depends on deprecated www/qt5-webkit
EXPIRATION_DATE= 2023-12-31
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>