diff options
-rw-r--r-- | arabic/ae_fonts_ttf/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile index 2c067115fd99..de351ba8b195 100644 --- a/arabic/ae_fonts_ttf/Makefile +++ b/arabic/ae_fonts_ttf/Makefile @@ -7,15 +7,18 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of TrueType Arabic fonts +WWW= https://www.arabeyes.org/ LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/license.txt USES= fonts tar:bzip2 -WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION} -SUB_FILES= pkg-message +FONTNAME= ae_fonts1 + NO_BUILD= yes +SUB_FILES= pkg-message -FONTNAME= ae_fonts1 +WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION} do-install: @${MKDIR} ${STAGEDIR}/${FONTSDIR} |