aboutsummaryrefslogtreecommitdiff
path: root/graphics/glitz/Makefile
blob: 7efab7f8003df7764b3a7ee688a37e347a5b9070 (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
# Created by: 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=	6
CATEGORIES=	graphics
MASTER_SITES=	http://cairographics.org/snapshots/

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

USES=		libtool:keepla pathfix
USE_GL=		yes
USE_XORG=	xt
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

LDFLAGS+=	-lpthread

.include <bsd.port.mk>