pkgsrc/fonts/ruby-afm/Makefile
taca 378a2a87de Add ruby-afm package version 0.2.0.
= afm

A very simple library to read Adobe Font Metrics files (afm).

Currently simply parses the file and saves it in a few attributes.
2013-02-11 08:55:56 +00:00

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"