4342286622
Thabit (from Arabic:fixed) is a fixed width OpenType font family that is supports Arabic script
36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/08/27 17:58:45 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= Thabit-0.02
|
|
PKGNAME= thabit-0.02
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=arabeyes/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= http://www.arabeyes.org/project.php?proj=Khotot
|
|
COMMENT= Thabit (from Arabic:fixed) is a fixed width OpenType font family
|
|
#LICENSE= LICENSE
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
FONTS_DIRS.ttf= lib/X11/fonts/TTF
|
|
|
|
INSTALLATION_DIRS+= share/doc/thabit ${FONTS_DIRS.ttf}
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
${DESTDIR}${PREFIX}/share/doc/thabit
|
|
${INSTALL_DATA} ${WRKSRC}/Thabit.ttf \
|
|
${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
|
|
${INSTALL_DATA} ${WRKSRC}/Thabit-Bold.ttf \
|
|
${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
|
|
${INSTALL_DATA} ${WRKSRC}/Thabit-Oblique.ttf \
|
|
${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
|
|
${INSTALL_DATA} ${WRKSRC}/Thabit-Bold-Oblique.ttf \
|
|
${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|