1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/graphics/glitz/Makefile

35 lines
750 B
Makefile
Raw Normal View History

# 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.4 2005/08/09 22:54:54 ahze Exp $
#
PORTNAME= glitz
PORTVERSION= 0.4.4
PORTREVISION= 1
CATEGORIES= graphics
2005-02-16 05:36:49 +00:00
MASTER_SITES= http://cairographics.org/snapshots/
2005-03-19 08:43:01 +00:00
MAINTAINER= gnome@FreeBSD.org
COMMENT= OpenGL image compositing library
USE_GL= yes
USE_GNOME= pkgconfig gnometarget gnomehack
GNU_CONFIGURE= yes
INSTALLS_SHLIB= 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/glitz.h
.endif
.include <bsd.port.post.mk>