summaryrefslogtreecommitdiffstats
path: root/graphics/glitz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/glitz/Makefile')
-rw-r--r--graphics/glitz/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile
new file mode 100644
index 000000000..f53489f02
--- /dev/null
+++ b/graphics/glitz/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: glitz
+# Date created: 2004-10-06
+# Whom: Michael Johnson <ahze@ahze.net>
+#
+# $FreeBSD$
+# $MCom: ports-experimental/graphics/glitz/Makefile,v 1.2 2006/02/26 15:44:51 ahze Exp $
+#
+
+PORTNAME= glitz
+PORTVERSION= 0.5.3
+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
+INSTALLS_SHLIB= yes
+
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
+ LDFLAGS="${PTHREAD_LIBS}"
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+.if ${OSVERSION} < 500000
+ @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \
+ ${WRKSRC}/src/glitzint.h
+.endif
+
+.include <bsd.port.post.mk>