29 lines
628 B
Makefile

# $OpenBSD: Makefile,v 1.6 2020/01/26 11:14:31 jasper Exp $
COMMENT= free TrueType Persian fonts
DISTNAME= freefarsi-ttf-1.0.0b
REVISION= 1
CATEGORIES= fonts x11
HOMEPAGE= http://sourceforge.net/projects/fpf/
# GPLv2
PERMIT_PACKAGE = Yes
# The original distfile contains .sfd files, the Debian package contains
# .ttf files. These are the files we install.
MASTER_SITES= https://distfiles.sigtrap.nl/
PKG_ARCH= *
NO_BUILD= Yes
NO_TEST= Yes
FONTSDIR= ${PREFIX}/share/fonts/freefarsi
do-install:
${INSTALL_DATA_DIR} ${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
.include <bsd.port.mk>