File:  [cvs.NetBSD.org] / pkgsrc / graphics / freetype-lib / Makefile.common
Revision 1.23: download - view: text, annotated - select for diffs
Thu Jul 17 21:40:34 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4, HEAD
s/netbsd.org/NetBSD.org/

# $NetBSD: Makefile.common,v 1.23 2003/07/17 21:40:34 grant 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_BUILDLINK2=		# defined
USE_PKGLOCALEDIR=	# 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"

CVSweb <webmaster@jp.NetBSD.org>