aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/glitz/Makefile
blob: d03b9af101ead9d9d1f37dc4206ea7d92e2138f7 (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
# New ports collection makefile for:    glitz
# Date created:     2004-10-06
# Whom:         Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#   $MCom: ports/graphics/glitz/Makefile,v 1.8 2006/09/10 00:51:10 mezz Exp $
#

PORTNAME=   glitz
PORTVERSION=    0.5.6
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://cairographics.org/snapshots/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    OpenGL image compositing library

USE_GL=     yes
USE_GNOME=  pkgconfig gnometarget gnomehack
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

CONFIGURE_ENV=  CPPFLAGS="${PTHREAD_CFLAGS}" \
        LDFLAGS="${PTHREAD_LIBS}"

.include <bsd.port.mk>