diff options
author | pav <pav@FreeBSD.org> | 2008-12-12 23:21:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-12 23:21:37 +0800 |
commit | f81765a0fa125b631d829705a403201a0bef56ee (patch) | |
tree | 4c6f19d1e5c1e0c7426655875762bd14bac46e2f /x11-fonts | |
parent | 8309cc0055f9ba859cbb0d83a1ffd6a06148dd63 (diff) | |
download | freebsd-ports-gnome-f81765a0fa125b631d829705a403201a0bef56ee.tar.gz freebsd-ports-gnome-f81765a0fa125b631d829705a403201a0bef56ee.tar.zst freebsd-ports-gnome-f81765a0fa125b631d829705a403201a0bef56ee.zip |
Inconsolata is a monospace font.
WWW: http://www.levien.com/type/myfonts/inconsolata.html
PR: ports/129596
Submitted by: Ashish Shukla <wahjava@gmail.com>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/inconsolata-ttf/Makefile | 33 | ||||
-rw-r--r-- | x11-fonts/inconsolata-ttf/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/inconsolata-ttf/pkg-descr | 3 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 87c28de7717a..7833dc17d768 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -79,6 +79,7 @@ SUBDIR += gnome-font-sampler SUBDIR += gnu-unifont SUBDIR += gnu-unifont-ttf + SUBDIR += inconsolata-ttf SUBDIR += indic-ttf SUBDIR += intlfonts SUBDIR += jmk-x11-fonts diff --git a/x11-fonts/inconsolata-ttf/Makefile b/x11-fonts/inconsolata-ttf/Makefile new file mode 100644 index 000000000000..b23c47393385 --- /dev/null +++ b/x11-fonts/inconsolata-ttf/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: inconsolata-ttf +# Date created: 2008-12-12 +# Whom: Ashish Shukla <wahjava@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= inconsolata-ttf +PORTVERSION= 20080816 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.levien.com/type/myfonts/ +DISTNAME= Inconsolata +EXTRACT_SUFX= .otf +EXTRACT_ONLY= + +MAINTAINER= wahjava@gmail.com +COMMENT= A monospaced truetype font + +USE_XORG= x11 +INSTALLS_TTF= yes +XORG_CAT= font +FONTDIR= OTF +PLIST_FILES= lib/X11/fonts/${FONTDIR}/${DISTNAME}${EXTRACT_SUFX} + +do-configure: + +do-build: + +do-install: + ${MKDIR} ${PREFIX}/lib/X11/fonts/${FONTDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${PREFIX}/lib/X11/fonts/${FONTDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/inconsolata-ttf/distinfo b/x11-fonts/inconsolata-ttf/distinfo new file mode 100644 index 000000000000..2b14c412f522 --- /dev/null +++ b/x11-fonts/inconsolata-ttf/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/font/Inconsolata.otf) = 821f8cdcb83ed47f51ee3eaa13984191 +SHA256 (xorg/font/Inconsolata.otf) = 2ff4ac3494fe75d1a2a04c7d51cd3b1b360973a507565231c36f8b2161ea17f0 +SIZE (xorg/font/Inconsolata.otf) = 58560 diff --git a/x11-fonts/inconsolata-ttf/pkg-descr b/x11-fonts/inconsolata-ttf/pkg-descr new file mode 100644 index 000000000000..5ea854ed6dfe --- /dev/null +++ b/x11-fonts/inconsolata-ttf/pkg-descr @@ -0,0 +1,3 @@ +Inconsolata is a monospace font. + +WWW: http://www.levien.com/type/myfonts/inconsolata.html |