2004-10-12 13:07:09 +00:00
|
|
|
# New ports collection makefile for: glitz
|
|
|
|
# Date created: 2004-10-06
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 04:53:48 +00:00
|
|
|
# $MCom: ports/graphics/glitz/Makefile,v 1.4 2005/08/09 22:54:54 ahze Exp $
|
2004-10-12 13:07:09 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glitz
|
2005-11-05 04:53:48 +00:00
|
|
|
PORTVERSION= 0.4.4
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 1
|
2004-10-12 13:07:09 +00:00
|
|
|
CATEGORIES= graphics
|
2005-02-16 05:36:49 +00:00
|
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
2004-10-12 13:07:09 +00:00
|
|
|
|
2005-03-19 08:43:01 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-10-12 13:07:09 +00:00
|
|
|
COMMENT= OpenGL image compositing library
|
|
|
|
|
|
|
|
USE_GL= yes
|
|
|
|
USE_GNOME= pkgconfig gnometarget gnomehack
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-12 13:07:09 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2005-03-10 12:05:24 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
|
|
|
LDFLAGS="${PTHREAD_LIBS}"
|
2004-10-12 13:07:09 +00:00
|
|
|
|
|
|
|
.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>
|