diff options
-rw-r--r-- | arabic/kacst_fonts/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arabic/kacst_fonts/Makefile b/arabic/kacst_fonts/Makefile index 2a053fe7eb0c..a511847c29dc 100644 --- a/arabic/kacst_fonts/Makefile +++ b/arabic/kacst_fonts/Makefile @@ -8,15 +8,18 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Truetype Arabic fonts created by KACST +WWW= https://www.arabeyes.org/ LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= fonts tar:bzip2 -WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} -NO_BUILD= yes +NO_BUILD= yes SUB_FILES= pkg-message +WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} + do-install: @${MKDIR} ${STAGEDIR}/${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}/${FONTSDIR} |