1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/graphics/glitz/Makefile
Michael Johnson 14036574d9 Add MASTER_SITE_LOCAL to MASTER_SITES until
freedesktop.org is back in order

Approved by:	adamw (implicit)
2004-11-20 06:41:22 +00:00

36 lines
727 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/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ahze
MAINTAINER= ahze@FreeBSD.org
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>