summaryrefslogtreecommitdiff
path: root/print/typetools/Makefile
blob: e8f5529fd6e66ac24903163c9185da2f82c003f0 (plain) (blame)
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.60
PORTREVISION=	1
CATEGORIES=	print
MASTER_SITES=	http://www.lcdf.org/type/
DISTNAME=	lcdf-${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tools for manipulating fonts

BUILD_DEPENDS=	${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base

GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS=	--with-kpathsea=${LOCALBASE} --mandir=${MANPREFIX}/man

MAN1=		cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \
		t1lint.1 t1reencode.1 t1testpage.1 ttftotype42.1

DATADIR=	${PREFIX}/share/lcdf-${PORTNAME}

.include <bsd.port.mk>