1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/arabic/ae_fonts_mono/Makefile
Muhammad Moinur Rahman 9d2360a4fe arabic/ae_fonts_mono: Add LICENSE
- Add WWW
- Pet portclippy
2023-12-24 19:52:45 +01:00

26 lines
514 B
Makefile

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
WWW= https://www.arabeyes.org/
LICENSE= NONE
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>