summaryrefslogtreecommitdiffstats
path: root/graphics/glitz/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-18 23:26:50 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-18 23:26:50 +0800
commit31ff002c8060c787cef187efdb76021857c345e7 (patch)
treebcec0f64675febc8f1537223ff51287e6c0b7c84 /graphics/glitz/Makefile
parent760f2b16207e15ac90b0b9944ae99990b9cba5b3 (diff)
downloadmarcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar
marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.gz
marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.bz2
marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.lz
marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.xz
marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.tar.zst
marcuscom-ports-31ff002c8060c787cef187efdb76021857c345e7.zip
- Add glitz at version 0.4.3
* cairo 0.5.0 update port git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4096 df743ca5-7f9a-e211-a948-0013205c9059
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..3e584f3bb
--- /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$
+#
+
+PORTNAME= glitz
+PORTVERSION= 0.4.3
+CATEGORIES= graphics
+MASTER_SITES= http://cairographics.org/snapshots/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= OpenGL image compositing library
+
+USE_REINPLACE= yes
+USE_GL= yes
+USE_GNOME= pkgconfig gnometarget gnomehack
+USE_LIBTOOL_VER=15
+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/glitz.h
+.endif
+
+.include <bsd.port.post.mk>