summaryrefslogtreecommitdiff
path: root/print/freetype2/Makefile
blob: 38b9cc6b34bdfc93d77c7a2b301900e6518b006a (plain) (blame)
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
35
36
# New ports collection makefile for:	freetype
# Date created:		January 24, 1998
# Whom:			jseger@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	freetype2
PORTVERSION=	2.0
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype1/ \
		http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype1/ \
		http://ftp.sunet.se/pub/text-processing/freetype/freetype1/ \
		ftp://ring.aist.go.jp/pub/graphics/freetype/freetype1/ \
		ftp://ring.asahi-net.or.jp/pub/graphics/freetype/ \
		ftp://ring.nacsis.ac.jp/pub/graphics/freetype/ \
		ftp://ring.so-net.ne.jp/pub/graphics/freetype/ \
		ftp://ftp.freetype.org/pub/freetype1/
MASTER_SITE_SUBDIR=	${PORTNAME:S/2//}
DISTNAME=	${PORTNAME:S/2//}-${PORTVERSION}

MAINTAINER=	jseger@FreeBSD.org

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes
CONFIGURE_ARGS=	--disable-nls --enable-static --enable-shared
CONFIGURE_WRKSRC=	${WRKSRC}/builds/unix
LIBTOOLFILES=	${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}

post-configure:
	@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup)

.include <bsd.port.mk>