1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/arabic/khotot/Makefile
Baptiste Daroussin feb2a05eb6 Update the message following up the change of directory for fonts from
lib/X11/fonts to share/fonts long ago
2017-08-17 08:17:52 +00:00

28 lines
675 B
Makefile

# Created by: Samy Al Bahra <samy@kerneled.com>
# $FreeBSD$
PORTNAME= khotot
PORTVERSION= 1.0
PORTREVISION= 3
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>