freebsd-ports/graphics/glitz/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

28 lines
609 B
Makefile

# New ports collection makefile for: glitz
# Date created: 2004-10-06
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
# $MCom: ports/graphics/glitz/Makefile,v 1.8 2006/09/10 00:51:10 mezz Exp $
#
PORTNAME= glitz
PORTVERSION= 0.5.6
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@FreeBSD.org
COMMENT= OpenGL image compositing library
USE_GL= yes
USE_XORG= xt
USE_GNOME= pkgconfig gnometarget gnomehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
.include <bsd.port.mk>