aboutsummaryrefslogtreecommitdiff
path: root/graphics/sage/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-29 22:38:57 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:23 +0000
commitc6f465d619036aee3e9ed5789b6f708d9a3aeb15 (patch)
treead5e40b144dfc648e18575d3389a0db0195c9e07 /graphics/sage/Makefile
parentadd731755b522784c90f62e2070a4e6cb8dce83e (diff)
downloadports-c6f465d619036aee3e9ed5789b6f708d9a3aeb15.tar.gz
ports-c6f465d619036aee3e9ed5789b6f708d9a3aeb15.zip
graphics/sage: Remove expired port
2023-12-31 graphics/sage: There has been no release for most of the Worldforge libraries in the past 10 years.
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>