1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/arabic/ae_fonts_mono/Makefile
2021-04-06 16:31:07 +02:00

23 lines
514 B
Makefile

# Created by: Samy Al Bahra <samy@kerneled.com>
PORTNAME= ae_fonts_mono
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= arabic x11-fonts
MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of PCF fonts that include Arabic glyphs
USES= fonts tar:bzip2
NO_BUILD= yes
SUB_FILES= pkg-message
PLIST_FILES= ${FONTSDIR}/10x21.pcf
do-install:
@${MKDIR} ${STAGEDIR}/${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.pcf ${STAGEDIR}/${FONTSDIR}
.include <bsd.port.mk>