aboutsummaryrefslogtreecommitdiff
path: root/x11/renderext/Makefile
blob: 5fcc0e90d12944eb8fc0d44e32f165fe809b726f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:   render
# Date Created:			2 Jul, 2003
# Whom:				Foxfair Hu <foxfair@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	render
PORTVERSION=	0.8
CATEGORIES=	x11-toolkits
MASTER_SITES=	http://fontconfig.org/release/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Header files and documentation for the X render extension

USE_X_PREFIX=	yes
CONFIGURE_ARGS=	--prefix=${X11BASE}

pre-build:
	@(cd ${WRKSRC}; ./configure ${CONFIGURE_ARGS})

.include <bsd.port.mk>