blob: 50bce96085b1445a0dfc3c50adc8e9c5314e2c67 (
plain)
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
35
36
37
38
|
# New ports collection makefile for: ae_fonts_mono
# Date created: August 22, 2003
# Whom: Samy Al Bahra <samy@kerneled.com>
#
# $FreeBSD$
#
PORTNAME= ae_fonts_mono
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= arabic
MASTER_SITES= SF
MASTER_SITE_SUBDIR= arabeyes
DISTNAME= ae_fonts_mono
MAINTAINER= sbahra@gwu.edu
COMMENT= A collection of PCF fonts that include Arabic glyphs
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
USE_XORG= x11
USE_BZIP2= yes
do-build:
@mkfontdir ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts_mono
@${INSTALL_DATA} ${WRKSRC}/*.pcf ${PREFIX}/lib/X11/fonts/ae_fonts_mono
@${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/ae_fonts_mono
post-install:
@${CAT} ${PKGMESSAGE} | ${SED} "s|LOCALBASE|${LOCALBASE}|g" \
| ${SED} "s|PORTNAME|${PORTNAME}|g"
.include <bsd.port.mk>
|