blob: b247771232d3c4c5f7e6437bc7a37835a872b661 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# ex:ts=8
# Ports collection makefile for: typetools
# Date created: Dec 5, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= typetools
PORTVERSION= 2.92
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.lcdf.org/type/
DISTNAME= lcdf-${PORTNAME}-${PORTVERSION}
MAINTAINER= miwi@FreeBSD.org
COMMENT= Tools for manipulating fonts
BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE}
MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \
t1lint.1 t1rawafm.1 t1reencode.1 t1testpage.1 ttftotype42.1
DATADIR= ${PREFIX}/share/lcdf-${PORTNAME}
.include <bsd.port.mk>
|