Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / glitz / Makefile
1 # Created by: Michael Johnson <ahze@ahze.net>
2 # $FreeBSD$
3 #   $MCom: ports/graphics/glitz/Makefile,v 1.8 2006/09/10 00:51:10 mezz Exp $
4
5 PORTNAME=       glitz
6 PORTVERSION=    0.5.6
7 PORTREVISION=   5
8 CATEGORIES=     graphics
9 MASTER_SITES=   http://cairographics.org/snapshots/
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        OpenGL image compositing library
13
14 USES=           libtool:keepla pathfix
15 USE_GL=         yes
16 USE_XORG=       xt
17 GNU_CONFIGURE=  yes
18 USE_LDCONFIG=   yes
19 INSTALL_TARGET= install-strip
20
21 CPPFLAGS+=      ${PTHREAD_CFLAGS}
22 LDFLAGS+=       ${PTHREAD_LIBS}
23
24 .include <bsd.port.mk>