From 1fd8caef06e8d758d114d9dac8790b70f3f32bdd Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 5 Feb 2005 21:47:23 +0000 Subject: 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 --- graphics/sage/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 graphics/sage/Makefile (limited to 'graphics/sage/Makefile') diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile new file mode 100644 index 00000000000..26010206f38 --- /dev/null +++ b/graphics/sage/Makefile @@ -0,0 +1,31 @@ +# 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 -- cgit