The Terminus Font is designed for long (8 and more hours per day) work
with computers. Version 3.96 contains 528 characters, which cover code
pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250,
Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F,
Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and
Macintosh-Ukrainian.
PR: ports/45281
Submitted by: Kang-min Liu <gugod@gugod.org>
2002-11-14 10:26:06 +01:00
|
|
|
# New ports collection makefile for: terminus-font
|
|
|
|
# Date Created: 04 Nov 2002
|
|
|
|
# Whom: Michael Hsin <mhsin@mhsin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= terminus-font
|
2003-03-11 01:40:06 +01:00
|
|
|
PORTVERSION= 4.00
|
|
|
|
PORTREVISION= 1
|
The Terminus Font is designed for long (8 and more hours per day) work
with computers. Version 3.96 contains 528 characters, which cover code
pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250,
Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F,
Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and
Macintosh-Ukrainian.
PR: ports/45281
Submitted by: Kang-min Liu <gugod@gugod.org>
2002-11-14 10:26:06 +01:00
|
|
|
CATEGORIES= x11-fonts
|
|
|
|
MASTER_SITES= http://www.is-vn.bg/hamster/
|
|
|
|
|
|
|
|
MAINTAINER= gugod@gugod.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Terminus Font - a clean fixed width font
|
The Terminus Font is designed for long (8 and more hours per day) work
with computers. Version 3.96 contains 528 characters, which cover code
pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250,
Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F,
Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and
Macintosh-Ukrainian.
PR: ports/45281
Submitted by: Kang-min Liu <gugod@gugod.org>
2002-11-14 10:26:06 +01:00
|
|
|
|
2002-11-17 02:10:20 +01:00
|
|
|
BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11-fonts/mkitalic
|
|
|
|
|
The Terminus Font is designed for long (8 and more hours per day) work
with computers. Version 3.96 contains 528 characters, which cover code
pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250,
Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F,
Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and
Macintosh-Ukrainian.
PR: ports/45281
Submitted by: Kang-min Liu <gugod@gugod.org>
2002-11-14 10:26:06 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
ALL_TARGET= pcf
|
|
|
|
SHAREMODE= 644
|
|
|
|
XFONTDIR= ${PREFIX}/lib/X11/fonts/local
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${XFREE86_VERSION} == 4
|
2002-11-17 02:10:20 +01:00
|
|
|
BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
|
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
The Terminus Font is designed for long (8 and more hours per day) work
with computers. Version 3.96 contains 528 characters, which cover code
pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250,
Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F,
Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and
Macintosh-Ukrainian.
PR: ports/45281
Submitted by: Kang-min Liu <gugod@gugod.org>
2002-11-14 10:26:06 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-build:
|
|
|
|
@gzip ${WRKSRC}/*.pcf
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${XFONTDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${XFONTDIR}
|
2002-11-17 02:10:20 +01:00
|
|
|
@cd ${XFONTDIR}; mkfontdir
|
The Terminus Font is designed for long (8 and more hours per day) work
with computers. Version 3.96 contains 528 characters, which cover code
pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250,
Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F,
Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and
Macintosh-Ukrainian.
PR: ports/45281
Submitted by: Kang-min Liu <gugod@gugod.org>
2002-11-14 10:26:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|