diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-11-13 20:36:49 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-11-13 20:36:49 +0000 |
commit | 1f78b74f4d504597ed006fa45410e79703013788 (patch) | |
tree | 4be1f2f6cb0f125f24413c4b3afb8609a0b95645 /x11-fonts/liberation-fonts-ttf/Makefile | |
parent | eebbfd201b38496609227c232060bdeb18766a93 (diff) |
Notes
Diffstat (limited to 'x11-fonts/liberation-fonts-ttf/Makefile')
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-fonts/liberation-fonts-ttf/Makefile b/x11-fonts/liberation-fonts-ttf/Makefile index 1631536663f2..a15a544053b4 100644 --- a/x11-fonts/liberation-fonts-ttf/Makefile +++ b/x11-fonts/liberation-fonts-ttf/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: Liberation fonts -# Date created: 17 May 2007 -# Whom: Thierry Thomas <thierry@pompo.net> +# Created by: Thierry Thomas <thierry@pompo.net> # # $FreeBSD$ # PORTNAME= liberation-fonts-ttf -PORTVERSION= 1.07.0 +PORTVERSION= 2.00.1 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ @@ -14,12 +12,14 @@ MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ MAINTAINER= thierry@FreeBSD.org COMMENT= Liberation fonts from Red Hat to replace MS TTF fonts +LICENSE= OFL +LICENSE_NAME= SIL Open Font License (OFL) +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= auto-accept + BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/License.txt - USE_XORG= x11 PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" |