1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add libaux 1.0, a Nano Window Toolkit and Auxiliary Library for OpenGL.

This commit is contained in:
Maxim Sobolev 2001-03-14 12:15:06 +00:00
parent 0a2d4fcd34
commit 5216fb8805
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39823
8 changed files with 62 additions and 0 deletions

View File

@ -103,6 +103,7 @@
SUBDIR += leafpak
SUBDIR += lfview
SUBDIR += lib3ds
SUBDIR += libaux
SUBDIR += libdivxdecore
SUBDIR += libdivxdecore-devel
SUBDIR += libdjvu++

26
graphics/libaux/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: libaux
# Date created: 14 March 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libaux
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.rus.uni-stuttgart.de/pub/systems/sgi/OpenGL/contrib/
DISTFILES= libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX}
MAINTAINER= sobomax@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
USE_MESA= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/libaux.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/aux.h ${PREFIX}/include/GL
${INSTALL_DATA} ${WRKSRC}/../libtk/tk.h ${PREFIX}/include/GL
.include <bsd.port.mk>

2
graphics/libaux/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (libaux.tar.gz) = d74b5482cb96551f7e84079b2f9fa17e
MD5 (libtk.tar.gz) = fc206885b25d5529d3b3f582d149d189

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- Imakefile 2001/03/14 10:33:44 1.1
+++ Imakefile 2001/03/14 10:34:01
@@ -42,3 +42,7 @@
DependTarget()
CleanTarget()
+.c.o:
+ $(RM) $@
+ $(CC) -c $(CFLAGS) $(_NOOP_) $*.c -o $@
+

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- font.c 2001/03/14 10:51:36 1.1
+++ font.c 2001/03/14 10:51:48
@@ -32,7 +32,7 @@
void auxCreateFont(void)
{
bitmapBase = glGenLists(256);
- if (auxCreateBitmapFont(bitmapBase) == GL_FALSE) {
+ if (tkCreateBitmapFont(bitmapBase) == GL_FALSE) {
auxQuit();
}
}

View File

@ -0,0 +1 @@
A Nano Window Toolkit and Auxiliary Library for OpenGL

View File

@ -0,0 +1,2 @@
A Nano Window Toolkit and Auxiliary Library for OpenGL. These libraries are
supplemental to the "OpenGL Programming Guide" book.

View File

@ -0,0 +1,3 @@
include/GL/aux.h
include/GL/tk.h
lib/libaux.a