summaryrefslogtreecommitdiff
path: root/graphics/freetype/Makefile
blob: 6de7688fdc67a0f34fc965827c000f94d9135dcf (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.2 1999/04/01 06:06:49 garbled Exp $

DISTNAME=		freetype-1.1.full
PKGNAME=		freetype-1.1
CATEGORIES=		textproc
MASTER_SITES=		ftp://ftp.freetype.org/pub/freetype/old/

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

DEPENDS+=		gettext-0.10:../../misc/gettext

WRKSRC=			${WRKDIR}/${PKGNAME}

USE_X11=		yes
USE_GMAKE=		yes
GNU_CONFIGURE=		yes
CONFIGURE_ARGS=		--with-locale-dir=${PREFIX}/share/locale

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