blob: 5620a1bdcf0226f88013a55bb5287a3f4b23a18e (
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
|
# 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
CATEGORIES= arabic
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= arabeyes
DISTNAME= ae_fonts_mono
MAINTAINER= samy@kerneled.com
COMMENT= A collection of PCF fonts that include Arabic glyphs
BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
USE_X_PREFIX= yes
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|X11BASE|${X11BASE}|g" \
| ${SED} "s|PORTNAME|${PORTNAME}|g"
.include <bsd.port.mk>
|