diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:45:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:45:00 +0000 |
commit | 66c7661cd97616329b97002ba5d5a292ee2e9abb (patch) | |
tree | 284d69b60fcc535b87d6410fdb8956790b38c9fc /arabic | |
parent | e2a03a442efbabd99dc343753e8a6784bb612075 (diff) | |
download | ports-66c7661cd97616329b97002ba5d5a292ee2e9abb.tar.gz ports-66c7661cd97616329b97002ba5d5a292ee2e9abb.zip |
Notes
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/ae_fonts_mono/Makefile | 41 | ||||
-rw-r--r-- | arabic/ae_fonts_mono/distinfo | 1 | ||||
-rw-r--r-- | arabic/ae_fonts_mono/pkg-descr | 7 | ||||
-rw-r--r-- | arabic/ae_fonts_mono/pkg-message | 9 | ||||
-rw-r--r-- | arabic/ae_fonts_mono/pkg-plist | 3 |
5 files changed, 61 insertions, 0 deletions
diff --git a/arabic/ae_fonts_mono/Makefile b/arabic/ae_fonts_mono/Makefile new file mode 100644 index 000000000000..8032e790d5e2 --- /dev/null +++ b/arabic/ae_fonts_mono/Makefile @@ -0,0 +1,41 @@ +# 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= x11-fonts +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 + +USE_X_PREFIX= yes +USE_BZIP2= yes + +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.elif ${XFREE86_VERSION} == 3 +BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86 +.endif + +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.post.mk> diff --git a/arabic/ae_fonts_mono/distinfo b/arabic/ae_fonts_mono/distinfo new file mode 100644 index 000000000000..36826e3dcf0f --- /dev/null +++ b/arabic/ae_fonts_mono/distinfo @@ -0,0 +1 @@ +MD5 (ae_fonts_mono.tar.bz2) = 87817fe3f20eddbfe03264f6c6cf0c4e diff --git a/arabic/ae_fonts_mono/pkg-descr b/arabic/ae_fonts_mono/pkg-descr new file mode 100644 index 000000000000..1d50c3a40d9b --- /dev/null +++ b/arabic/ae_fonts_mono/pkg-descr @@ -0,0 +1,7 @@ +Some popular PCF Arabic fonts created and used by +the Arabic UNIX community. + +WWW: http://www.arabeyes.org/project.php?proj=Khotot + +- Samy Al Bahra +samy@kerneled.com diff --git a/arabic/ae_fonts_mono/pkg-message b/arabic/ae_fonts_mono/pkg-message new file mode 100644 index 000000000000..e122b3dab8be --- /dev/null +++ b/arabic/ae_fonts_mono/pkg-message @@ -0,0 +1,9 @@ +------------------------------------------------------------------ + To get XFree86 to recognize your new fonts you will need to + add a line to your XF86Config file. Please consult XF86Config(5) + for more information on where to find the configuration file. + + Add the following line to the "Files" section and restart XFree86. + + FontPath "X11BASE/lib/X11/fonts/PORTNAME" +------------------------------------------------------------------ diff --git a/arabic/ae_fonts_mono/pkg-plist b/arabic/ae_fonts_mono/pkg-plist new file mode 100644 index 000000000000..a9f5d67f2da0 --- /dev/null +++ b/arabic/ae_fonts_mono/pkg-plist @@ -0,0 +1,3 @@ +lib/X11/fonts/ae_fonts_mono/10x21.pcf +lib/X11/fonts/ae_fonts_mono/fonts.dir +@dirrm lib/X11/fonts/ae_fonts_mono |