summaryrefslogtreecommitdiff
path: root/graphics/freetype/Makefile
blob: 4922ac752c755c01cb26ae65389c5feb1dcfd158 (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.8 1999/10/28 00:38:43 jlam Exp $

DISTNAME=		freetype-1.2
CATEGORIES=		graphics textproc
MASTER_SITES=		ftp://ftp.freetype.org/pub/freetype/

MAINTAINER=		root@garbled.net
HOMEPAGE=		http://www.freetype.org/

DEPENDS+=		gettext-0.10.35:../../devel/gettext

USE_X11=		yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--with-locale-dir=${PREFIX}/share/locale
CONFIGURE_ENV+=		CPPFLAGS="${CPPFLAGS}"

CPPFLAGS+=		-I${LOCALBASE}/include	# libintl.h

.include "../../mk/bsd.pkg.mk"