Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/arabic/kacst_fonts/Makefile
16123 views
# Created by: Samy Al Bahra <[email protected]>

PORTNAME=	kacst_fonts
PORTVERSION=	2.01
PORTREVISION=	3
CATEGORIES=	arabic
MASTER_SITES=	SF/arabeyes/${PORTNAME} \
		http://www.c-s.li/ports/
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Truetype Arabic fonts created by KACST

LICENSE=	GPLv2

USES=		fonts tar:bzip2
WRKSRC=		${WRKDIR}/KacstArabicFonts-${PORTVERSION}
NO_BUILD=	yes

SUB_FILES=	pkg-message

do-install:
	@${MKDIR} ${STAGEDIR}/${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}/${FONTSDIR}

.include <bsd.port.mk>