aboutsummaryrefslogtreecommitdiff
path: root/graphics/sage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sage/Makefile')
-rw-r--r--graphics/sage/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile
deleted file mode 100644
index 7c8db1a0caed..000000000000
--- a/graphics/sage/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= sage
-PORTVERSION= 0.2.0
-PORTREVISION= 8
-CATEGORIES= graphics devel
-MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERSION}
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= OpenGL extension library
-WWW= http://www.worldforge.org/dev/eng/libraries/sage
-
-DEPRECATED= There has been no release for most of the Worldforge libraries in the past 10 years.
-EXPIRATION_DATE=2023-12-31
-
-CONFIGURE_ARGS= --program-transform-name=
-GNU_CONFIGURE= yes
-USES= gl libtool pathfix sdl
-USE_GL= yes
-USE_LDCONFIG= yes
-USE_SDL= sdl
-
-CFLAGS+= -I${LOCALBASE}/include
-
-post-patch:
- @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>