56a0482624
The freefont project provides a set of free, high-quality, outline (i.e. OpenType) fonts covering the ISO 10646/Unicode UCS (Universal Character Set). This set consists of three TrueType typefaces: one monospaced and two proportional -- one with uniform and one with modulated stroke. These fonts are similar to the Helvetica, Times and Courier fonts.
30 lines
631 B
Makefile
30 lines
631 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/16 18:02:06 jasper Exp $
|
|
|
|
COMMENT= free UCS outline fonts
|
|
|
|
V= 20080912
|
|
DISTNAME= freefont-ttf-$V
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://savannah.gnu.org/projects/freefont/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/freefont/
|
|
|
|
WRKDIST= ${WRKDIR}/freefont-$V
|
|
NO_BUILD= Yes
|
|
PKG_ARCH= *
|
|
NO_REGRESS= Yes
|
|
FONTSDIR= ${PREFIX}/lib/X11/fonts/freefont
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|