2004-10-12 15:07:09 +02:00
|
|
|
# New ports collection makefile for: glitz
|
|
|
|
# Date created: 2004-10-06
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:35:50 +02:00
|
|
|
# $MCom: ports/graphics/glitz/Makefile,v 1.8 2006/09/10 00:51:10 mezz Exp $
|
2004-10-12 15:07:09 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glitz
|
2006-10-14 10:35:50 +02:00
|
|
|
PORTVERSION= 0.5.6
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 2
|
2004-10-12 15:07:09 +02:00
|
|
|
CATEGORIES= graphics
|
2005-02-16 06:36:49 +01:00
|
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
2004-10-12 15:07:09 +02:00
|
|
|
|
2005-03-19 09:43:01 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-10-12 15:07:09 +02:00
|
|
|
COMMENT= OpenGL image compositing library
|
|
|
|
|
|
|
|
USE_GL= yes
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_XORG= xt
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= pkgconfig gnomehack
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-10-12 15:07:09 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
2004-10-12 15:07:09 +02:00
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|