freebsd-ports/graphics/glitz/Makefile
Kirill Ponomarev d63df3cf32 Add glitz 0.2.3,
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.

PR:		ports/72390
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-12 13:07:09 +00:00

33 lines
674 B
Makefile

# 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>