pkgsrc/fonts/tamsyn-font/Makefile
mef d6d5eff122 Update to 1.11
--------------
CHANGES IN 1.11 2015-01-21

  Changed capital "A" to be less pointy, more consistent between sizes.
  Expecting hate mail.

  Previously, unimplemented chars defaulted to print a blank space under X.
  Now those chars are not placed in the font at all in order to allow
  fontconfig to fall back to use a char from another font.  (Thanks, Allen,
  for pointing this out and testing the fix.)
2015-04-18 12:06:08 +00:00

26 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/04/18 12:06:08 mef Exp $
#
DISTNAME= tamsyn-font-1.11
CATEGORIES= fonts x11
MASTER_SITES= http://www.fial.com/~scott/tamsyn-font/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fial.com/~scott/tamsyn-font/
COMMENT= Monospaced programming font
# even less restrictions than that
LICENSE= isc
FONTDIR= ${PREFIX}/share/fonts/X11/tamsyn-font
FONTS_DIRS.x11+= ${FONTDIR}
INSTALLATION_DIRS= ${FONTDIR} share/doc/tamsyn-font
do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/T* ${DESTDIR}${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${PREFIX}/share/doc/tamsyn-font
${INSTALL_DATA} ${WRKSRC}/READ* ${DESTDIR}${PREFIX}/share/doc/tamsyn-font
.include "../../mk/bsd.pkg.mk"