freebsd-ports/x11-fonts/terminus-font/Makefile
Edwin Groothuis 5ac2e2fb69 Maintainer update to version 3.96_2
PR:		ports/45340
Submitted by:	Kang-min Liu <gugod@gugod.org>
2002-11-17 01:10:20 +00:00

38 lines
847 B
Makefile

# New ports collection makefile for: terminus-font
# Date Created: 04 Nov 2002
# Whom: Michael Hsin <mhsin@mhsin.org>
#
# $FreeBSD$
#
PORTNAME= terminus-font
PORTVERSION= 3.96
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= http://www.is-vn.bg/hamster/
MAINTAINER= gugod@gugod.org
BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11-fonts/mkitalic
USE_X_PREFIX= yes
ALL_TARGET= pcf
SHAREMODE= 644
XFONTDIR= ${PREFIX}/lib/X11/fonts/local
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
post-build:
@gzip ${WRKSRC}/*.pcf
do-install:
@${MKDIR} ${XFONTDIR}
@${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${XFONTDIR}
@cd ${XFONTDIR}; mkfontdir
.include <bsd.port.post.mk>