summaryrefslogtreecommitdiffstats
path: root/x11-fonts/ttmkfdir/Makefile
blob: ae4258c2305cf6d6bdc5d91aec6b08842bf89b22 (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
31
32
# New ports collection makefile for:	ttmkfdir
# Date created:		September 08, 1998
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ttmkfdir
PORTVERSION=	20021109
PORTREVISION=	1
CATEGORIES=	x11-fonts x11
MASTER_SITES=	http://people.redhat.com/yshao/
DISTNAME=	${PORTNAME}2

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Create fonts.scale file for use with TrueType font server

LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2

USE_AUTOTOOLS=	libtool:13:env
PLIST_FILES=	bin/ttmkfdir
USE_BZIP2=	yes
USE_GMAKE=	yes
USE_GETOPT_LONG=yes
USE_X_PREFIX=	yes

MAKE_ENV=	LDFLAGS="${LDFLAGS}"

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin

.include <bsd.port.mk>
OpenPOWER on IntegriCloud