mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
81a1a1a1d4
These are fonts designed by the KDE community for use with KDE Plasma (although Noto Sans is now the default). Committed from the review with minor wording changes. Submitted by: vishwin@vishwin.info Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D19692
29 lines
559 B
Makefile
29 lines
559 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX=
|
|
PORTNAME= oxygen-fonts
|
|
DISTVERSION= 5.4.3
|
|
CATEGORIES= x11-fonts kde-plasma
|
|
|
|
MAINTAINER= vishwin@vishwin.info
|
|
COMMENT= Plasma5 Oxygen font family
|
|
|
|
LICENSE= OFL11 GPLv3RLE+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_OFL11= ${WRKSRC}/COPYING-OFL
|
|
LICENSE_FILE_GPLv3RLE+ = ${WRKSRC}/COPYING-GPL+FE.txt
|
|
|
|
BUILD_DEPENDS= fontforge:print/fontforge
|
|
|
|
USES= cmake cpe fonts:none kde:5 qt:5 tar:xz
|
|
|
|
USE_KDE= ecm_build
|
|
KDE_PLASMA_VERSION= ${DISTVERSION}
|
|
KDE_PLASMA_BRANCH= Attic
|
|
|
|
USE_QT= buildtools_build qmake_build
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|