A big Thank You to the original contributors of these ports: * Nicola Vitale <nivit@email.it> * Samy Al Bahra <samy@kerneled.com> * Samy Al Bahra <samy@kerneled.org> * Thierry Thomas <thierry@pompo.net> With hat: portmgr
24 lines
516 B
Makefile
24 lines
516 B
Makefile
PORTNAME= kacst_fonts
|
|
PORTVERSION= 2.01
|
|
PORTREVISION= 3
|
|
CATEGORIES= arabic
|
|
MASTER_SITES= SF/arabeyes/${PORTNAME} \
|
|
http://www.c-s.li/ports/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Truetype Arabic fonts created by KACST
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= fonts tar:bzip2
|
|
WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION}
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}/${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}/${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|