blob: 946eb71fca55f65a62e1a18c6ed350d80377d1a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: terminus-font
# Date Created: 04 Nov 2002
# Whom: Michael Hsin <mhsin@mhsin.org>
#
# $FreeBSD$
#
PORTNAME= terminus-font
PORTVERSION= 4.00
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://www.is-vn.bg/hamster/
MAINTAINER= gugod@gugod.org
COMMENT= Terminus Font - a clean fixed width font
BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11-fonts/mkitalic \
bdftopcf:${X_CLIENTS_PORT}
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
USE_X_PREFIX= yes
ALL_TARGET= pcf
SHAREMODE= 644
XFONTDIR= ${PREFIX}/lib/X11/fonts/local
post-build:
@gzip ${WRKSRC}/*.pcf
do-install:
@${MKDIR} ${XFONTDIR}
@${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${XFONTDIR}
@cd ${XFONTDIR}; mkfontdir
.include <bsd.port.mk>
|