openbsd-ports/fonts/freefarsi-ttf/Makefile
2013-03-11 11:02:49 +00:00

29 lines
626 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
COMMENT= free TrueType Persian fonts
DISTNAME= freefarsi-ttf-1.0.0b
REVISION= 0
CATEGORIES= fonts x11
HOMEPAGE= http://sourceforge.net/projects/fpf/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
# The original distfile contains .sfd files, the Debian package contains
# .ttf files. These are the files we install.
MASTER_SITES= http://distfiles.nl/
PKG_ARCH= *
NO_BUILD= Yes
NO_TEST= Yes
FONTSDIR= ${PREFIX}/lib/X11/fonts/freefarsi
do-install:
${INSTALL_DATA_DIR} ${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
.include <bsd.port.mk>