aboutsummaryrefslogtreecommitdiffstats
path: root/print/ttftot42/Makefile
blob: edfa3efb0b1a06624e833d6d5613aec40b52c1c1 (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
# New ports collection makefile for:   ttftot42
# Date created:        22 April 2001
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ttftot42
PORTVERSION=    0.3.1
PORTREVISION=   1
CATEGORIES= print
MASTER_SITES=   http://www.nih.at/ttftot42/

MAINTAINER= ports@FreeBSD.org
COMMENT=    TrueType to Type42 font converter

USE_FREETYPE=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

PLIST_FILES=    bin/ttftot42

CPPFLAGS=   -I${LOCALBASE}/include/freetype1/freetype \
        -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib

.include <bsd.port.mk>