summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib/Makefile.common
blob: 34a53bc5f734ec45a8945b5c996f7d1554cab04d (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
# $NetBSD: Makefile.common,v 1.20 2002/08/25 18:38:59 jlam Exp $

DISTNAME=		freetype-${FT_VERS}
FT_VERS=		1.3.1
CATEGORIES=		graphics textproc
MASTER_SITES=		http://download.sourceforge.net/freetype/ \
			ftp://freetype.sourceforge.net/pub/freetype/freetype1/ \
			ftp://ftp.freetype.org/pub/freetype/

MAINTAINER=		jlam@netbsd.org
HOMEPAGE=		http://www.freetype.org/

CONFLICTS=		freetype-1.[12]*

BUILD_USES_MSGFMT=	# defined

USE_LIBTOOL=		# defined
LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig

GNU_CONFIGURE=		# defined
CONFIGURE_ARGS+=	--with-locale-dir=${PREFIX}/${PKGLOCALEDIR}/locale

DISTINFO_FILE=		${.CURDIR}/../freetype-lib/distinfo
PATCHDIR=		${.CURDIR}/../freetype-lib/patches

.include "../../devel/gettext-lib/buildlink2.mk"