openbsd-ports/x11/inconsolata-font/Makefile
jasper 41ef1cc286 import inconsolata
Inconsolata is a monospace font, designed for code listings and the
like, in print. There are a great many "programmer fonts," designed
primarily for use on the screen, but in most cases do not have the
attention to detail for high resolution rendering.
2009-06-04 02:02:08 +00:00

32 lines
758 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/06/04 02:02:08 jasper Exp $
COMMENT= monospace font designed for coders
DISTNAME= Inconsolata
PKGNAME= inconsolata-font-0.1
CATEGORIES= x11
HOMEPAGE= http://www.levien.com/type/myfonts/inconsolata.html
MASTER_SITES= http://www.nedbsd.eu/~jasper/
EXTRACT_SUFX= .otf
EXTRACT_ONLY=
# SIL Open Font License
# http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PKG_ARCH= *
NO_BUILD= Yes
NO_REGRESS= Yes
FONTSDIR= ${PREFIX}/lib/X11/fonts/Inconsolata/
do-install:
${INSTALL_DATA_DIR} ${FONTSDIR}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${FONTSDIR}
.include <bsd.port.mk>