aboutsummaryrefslogtreecommitdiff
path: root/arabic/ae_fonts_mono/Makefile
blob: dd713e4c28baddc9faaf3c58a3bb744d4be102c5 (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
35
36
# 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=	1
CATEGORIES=		arabic
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	arabeyes
DISTNAME=		ae_fonts_mono

MAINTAINER=	sbahra@gwu.edu
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>