6533b6000c
This project aims at increasing the number of available Arabic free and open source fonts. The goals of this project are: * Create and/or salvage free and open TTF Arabic fonts. * Create a central repository of all free and open source Arabic fonts (TTF and otherwise) in order to get them included into the various distributions. * To better couple and artistically match Arabic fonts to their latin counterparts.
31 lines
662 B
Makefile
31 lines
662 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/21 09:31:42 jasper Exp $
|
|
|
|
COMMENT= Arabeyes TrueType Arabic fonts
|
|
|
|
V= 2.0
|
|
DISTNAME= ttf-arabeyes_$V.orig
|
|
PKGNAME= arabeyes-$V
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.arabeyes.org/project.php?proj=Khotot
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://ftp.nl.debian.org/debian/pool/main/t/ttf-arabeyes/
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/ttf-arabeyes-$V
|
|
FONTSDIR= ${PREFIX}/lib/X11/fonts/arabeyes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|