blob: e6b41b4f92296358c4987b1d5cf9d8007ad9e8c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.1.1.1 2004/12/30 04:59:48 dmcmahill Exp $
#
DISTNAME= ec-fonts-mftraced-1.0.8
CATEGORIES= fonts
MASTER_SITES= http://lilypond.org/download/fonts/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://lilypond.org/
COMMENT= EC PostScript Type1 fonts with TFMs for TeX
DEPENDS+= teTeX>=2.0.2:../../print/teTeX
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_GNU_TOOLS+= make
MAKEFILE= GNUmakefile
.include "../../mk/bsd.pkg.mk"
|