summaryrefslogtreecommitdiff
path: root/graphics/freetype2/Makefile
blob: 839bac662d2dd8e6a2f72a986855ffe103e7d588 (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
33
34
# $NetBSD: Makefile,v 1.18 2003/07/17 21:40:35 grant Exp $
#

DISTNAME=	freetype-2.1.4
PKGNAME=	freetype2-2.1.4
CATEGORIES=	graphics
MASTER_SITES=	ftp://ftp.freetype.org/freetype/freetype2/		\
		ftp://ftp.ntua.gr/mirror/freetype/freetype2/		\
		ftp://ring.aist.go.jp/pub/graphics/freetype/freetype2/	\
		ftp://sunsite.cnlab-switch.ch/mirror/freetype/freetype2/ \
		http://gd.tuwien.ac.at/publishing/freetype/freetype2/
# comment out sf: contains different 2.1.4 tarball with same contents
# ${MASTER_SITE_SOURCEFORGE:=freetype/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	rh@NetBSD.org
HOMEPAGE=	http://www.freetype.org/
COMMENT=	font rendering engine and library API

USE_BUILDLINK2=		YES
USE_GMAKE=		YES
GNU_CONFIGURE=		YES
CONFIGURE_DIRS=		${WRKSRC}/builds/unix
CONFIGURE_ARGS+=	--includedir=${PREFIX}/include
CONFIGURE_ENV+=		RPATH_FLAG="${RPATH_FLAG}"

USE_LIBTOOL=		YES
LIBTOOL_OVERRIDE=	${WRKSRC}/builds/unix/libtool

post-configure:
	cd ${WRKSRC} && ${LN} -s builds/unix/unix.mk config.mk

.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"