freebsd-ports/x11-fonts/gnu-unifont-ttf/Makefile
Martin Wilke d6109b4dc1 GNU Unifont is a free bitmap font that covers
the Unicode Basic Multilingual Plane (BMP),
using an intermediate bitmapped font format.

This is converted to TrueType.

Auther: Paul Hardy <unifoundry@unifoundry.com>
WWW: http://unifoundry.com/unifont.html

PR:		ports/125308
Submitted by:	nrg milk <bsdports at gmail.com>
2008-07-19 14:28:51 +00:00

29 lines
718 B
Makefile

# New ports collection makefile for: gnu-unifont-ttf
# Date created: Jul 6 2008
# Whom: nrg milk <bsdports@gmail.com>
#
# $FreeBSD$
PORTNAME= gnu-unifont-ttf
PORTVERSION= 20080620
CATEGORIES= x11-fonts
MASTER_SITES= http://unifoundry.com/ \
http://chirashi-no-ura.net/files/
DISTNAME= unifont-5.1.${PORTVERSION}.ttf
EXTRACT_SUFX= .gz
MAINTAINER= bsdports@gmail.com
COMMENT= Unicode TrueType Font
NO_BUILD= yes
PLIST_FILES= lib/X11/fonts/local/unifont.ttf
do-extract:
${MKDIR} ${WRKDIR}
${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}
${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
do-install:
${CP} ${WRKDIR}/${DISTNAME} ${LOCALBASE}/lib/X11/fonts/local/unifont.ttf
.include <bsd.port.mk>