diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 00:35:44 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 00:35:44 +0000 |
commit | 519003996dd0f3e2a97882c7239baf521217c7d6 (patch) | |
tree | 67d3248b613ccb56ded312cea1a3713ee1c55dc1 /fonts | |
parent | 2dc8fc8fc39e4f47b4ce64b65cb6ec62ef1c6739 (diff) | |
download | pkgsrc-519003996dd0f3e2a97882c7239baf521217c7d6.tar.gz |
HOMEPAGE= http://scripts.sil.org/FontDownloadsGentium
LICENSE= ofl-v1.1
From:
http://scripts.sil.org/cms/scripts/page.php?item_id=Gentium_news#24Jun11
"2011.06.24
Gentium (original) license updated to SIL Open Font License version 1.1.
The original Gentium font has now been re-released under the current
version of the SIL Open Font License."
Resolves PR pkg/47510
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/gentium-ttf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/gentium-ttf/Makefile b/fonts/gentium-ttf/Makefile index 6cd01c4db89..ddd7257a209 100644 --- a/fonts/gentium-ttf/Makefile +++ b/fonts/gentium-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/03 18:28:23 asau Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/08 00:35:44 rodent Exp $ # DISTNAME= Gentium_102_W @@ -9,8 +9,9 @@ EXTRACT_SUFX= .zip WRKSRC= ${WRKDIR}/Gentium102 MAINTAINER= joerg@NetBSD.org -HOMEPAGE= http://scripts.sil.org/ +HOMEPAGE= http://scripts.sil.org/FontDownloadsGentium COMMENT= Free TrueType fonts from Bitstream, useful for web viewing +LICENSE= ofl-v1.1 MASTER_SITES= ${MASTER_SITE_LOCAL} |