7f4572eae4
With hat: portmgr Sponsored by: Absolight
28 lines
675 B
Makefile
28 lines
675 B
Makefile
# Created by: Samy Al Bahra <samy@kerneled.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= khotot
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= arabic x11-fonts
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Meta-port for popular Arabic font packages
|
|
|
|
USES= metaport
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= MONO AEFONTS KACST
|
|
OPTIONS_DEFAULT=${OPTIONS_DEFINE}
|
|
|
|
MONO_DESC= Install Arabic PCF fonts
|
|
AEFONTS_DESC= Install Arabeyes project TrueType fonts
|
|
KACST_DESC= Install King AbdulAziz University fonts
|
|
|
|
MONO_RUN_DEPENDS= ar-ae_fonts_mono>0:arabic/ae_fonts_mono
|
|
AEFONTS_RUN_DEPENDS= ar-ae_fonts1_ttf>0:arabic/ae_fonts_ttf
|
|
KACST_RUN_DEPENDS= ar-kacst_fonts>0:arabic/kacst_fonts
|
|
|
|
.include <bsd.port.mk>
|