1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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>
This commit is contained in:
Pav Lucistnik 2005-02-05 21:47:23 +00:00
parent 87b33ed64a
commit fd35c8eb44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128102
6 changed files with 71 additions and 0 deletions

View File

@ -454,6 +454,7 @@
SUBDIR += rubyphoto
SUBDIR += s10sh
SUBDIR += s3switch
SUBDIR += sage
SUBDIR += sam2p
SUBDIR += sane-backends
SUBDIR += sane-frontends

31
graphics/sage/Makefile Normal file
View File

@ -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 <bsd.port.mk>

2
graphics/sage/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (sage-0.1.1.tar.gz) = 6443d9bfc5fed7da5608b05f40c9fc0d
SIZE (sage-0.1.1.tar.gz) = 403561

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Fri Feb 4 05:47:36 2005
--- Makefile.in Fri Feb 4 05:47:48 2005
***************
*** 169,175 ****
EXTRA_DIST = sage.spec sage.pc autogen.sh build_sage.pl
! pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = sage.pc
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--- 169,175 ----
EXTRA_DIST = sage.spec sage.pc autogen.sh build_sage.pl
! pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = sage.pc
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4

7
graphics/sage/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
Sage is an OpenGL extension library written to make use of SDL's mechanism for
enabling OpenGL's extensions.
WWW: http://www.worldforge.org/dev/eng/libraries/sage
- Janni
jannisan@t-online.de

11
graphics/sage/pkg-plist Normal file
View File

@ -0,0 +1,11 @@
lib/libsage.a
lib/libsage.so
lib/libsage.so.0
include/sage/sage.h
include/sage/utility.h
include/sage/glext_sage.h
include/sage/GL.h
include/sage/GLU.h
include/sage/header.h
@dirrm include/sage
libdata/pkgconfig/sage.pc