diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 13:07:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 13:07:09 +0000 |
commit | d63df3cf32fdd44da190c6f8b2ad500bfa95d5a8 (patch) | |
tree | eaec59e97130c0ad1245f396e7c9478713078e32 /graphics/glitz | |
parent | c1a2f15956a14e34c9294aa2d35f726b21d61c6e (diff) |
Notes
Diffstat (limited to 'graphics/glitz')
-rw-r--r-- | graphics/glitz/Makefile | 33 | ||||
-rw-r--r-- | graphics/glitz/distinfo | 2 | ||||
-rw-r--r-- | graphics/glitz/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/glitz/pkg-plist | 10 |
4 files changed, 50 insertions, 0 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile new file mode 100644 index 000000000000..e93b560a90c7 --- /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.2.3 +CATEGORIES= graphics +MASTER_SITES= http://cairographics.org/snapshots/ + +MAINTAINER= ahze@ahze.net +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_CLFAGS}" \ + LDFLAGS="${PTHREAD_LDFLAGS}" + +.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> diff --git a/graphics/glitz/distinfo b/graphics/glitz/distinfo new file mode 100644 index 000000000000..8d621dfa0b8d --- /dev/null +++ b/graphics/glitz/distinfo @@ -0,0 +1,2 @@ +MD5 (glitz-0.2.3.tar.gz) = e5b0994978ca8c2dadde45743cce6df2 +SIZE (glitz-0.2.3.tar.gz) = 370765 diff --git a/graphics/glitz/pkg-descr b/graphics/glitz/pkg-descr new file mode 100644 index 000000000000..5330a3baa854 --- /dev/null +++ b/graphics/glitz/pkg-descr @@ -0,0 +1,5 @@ +Glitz is an OpenGL image compositing library. Glitz provides +Porter/Duff compositing of images and implicit mask generation for +geometric primitives including trapezoids, triangles, and rectangles. + +WWW: http://www.cairographics.org/ diff --git a/graphics/glitz/pkg-plist b/graphics/glitz/pkg-plist new file mode 100644 index 000000000000..176914f9a20f --- /dev/null +++ b/graphics/glitz/pkg-plist @@ -0,0 +1,10 @@ +include/glitz-glx.h +include/glitz.h +lib/libglitz-glx.a +lib/libglitz-glx.so +lib/libglitz-glx.so.1 +lib/libglitz.a +lib/libglitz.so +lib/libglitz.so.1 +libdata/pkgconfig/glitz-glx.pc +libdata/pkgconfig/glitz.pc |