diff options
Diffstat (limited to 'graphics/glitz/Makefile')
-rw-r--r-- | graphics/glitz/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile deleted file mode 100644 index cfceb5aae..000000000 --- a/graphics/glitz/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# 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.7 2006/05/22 01:41:25 ahze Exp $ -# - -PORTNAME= glitz -PORTVERSION= 0.5.6 -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 -USE_LDCONFIG= 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> |