freebsd-ports/graphics/sage/Makefile
Pav Lucistnik fd35c8eb44 Sage is an OpenGL extension library written to make use of SDL's mechanism for
enabling OpenGL's extensions.

PR:		ports/77088
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-02-05 21:47:23 +00:00

32 lines
692 B
Makefile

# New ports collection makefile for: sage
# Date created: 4 February 2005
# Whom: Janni
#
# $FreeBSD$
#
PORTNAME= sage
PORTVERSION= 0.1.1
CATEGORIES= graphics devel
MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/sage/ \
http://purple.worldforge.org/downloads/libs/sage/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= worldforge
MAINTAINER= jannisan@t-online.de
COMMENT= OpenGL extension library
USE_SDL= sdl
USE_GL= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CFLAGS= -I${X11BASE}/include
CONFIGURE_ENV= "CFLAGS=${CFLAGS}"
post-patch:
${REINPLACE_CMD} s/sdl-config/sdl11-config/g ${WRKSRC}/configure
.include <bsd.port.mk>