blob: 4df047a2ba356a0e19c43209adb3f9cdcd392993 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.11 2012/10/03 18:28:31 asau Exp $
#
DISTNAME= ttftot42-0.3.1
PKGREVISION= 3
CATEGORIES= fonts print
MASTER_SITES= http://www.nih.at/ttftot42/
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://www.nih.at/ttftot42/index.html
COMMENT= TrueType font to Type 42 converter
GNU_CONFIGURE= yes
CPPFLAGS+= -I${BUILDLINK_DIR}/include/freetype
.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|