378a2a87de
= afm A very simple library to read Adobe Font Metrics files (afm). Currently simply parses the file and saves it in a few attributes.
12 lines
301 B
Makefile
12 lines
301 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/02/11 08:55:57 taca Exp $
|
|
|
|
DISTNAME= afm-0.2.0
|
|
CATEGORIES= fonts
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/halfbyte/afm
|
|
COMMENT= Reading Adobe Font Metrics (afm) files
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|