mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
add crystal 0.92
A 3d/2d development API PR: 35268 Submitted by: Kyle Martin <mkm@marvin.idsi.net>
This commit is contained in:
parent
a26b82327c
commit
3ce035e465
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55170
@ -93,6 +93,7 @@
|
||||
SUBDIR += crossgo32
|
||||
SUBDIR += crossgo32-djgpp2
|
||||
SUBDIR += crossgo32-djgpp2-pdcurses
|
||||
SUBDIR += crystal
|
||||
SUBDIR += cs
|
||||
SUBDIR += cscope
|
||||
SUBDIR += cssc
|
||||
|
27
devel/crystal/Makefile
Normal file
27
devel/crystal/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: crystal
|
||||
# Date created: Thu Feb 21 18:44:14 CST 2002
|
||||
# Whom: Kyle Martin
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= crystal
|
||||
PORTVERSION= 0.92
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://sunsite.dk/projects/crystal/cs092/source/
|
||||
DISTNAME= cs92_001
|
||||
|
||||
MAINTAINER= mkm@ieee.org
|
||||
|
||||
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
|
||||
SDL_net.0:${PORTSDIR}/net/sdl_net
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/CS
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC}; ${GMAKE} freebsd
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/crystal/distinfo
Normal file
1
devel/crystal/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cs92_001.tar.bz2) = 11cf64ced0fee4fce02822f79f90115d
|
1
devel/crystal/pkg-comment
Normal file
1
devel/crystal/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A 3d/2d development API
|
9
devel/crystal/pkg-descr
Normal file
9
devel/crystal/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in
|
||||
C++. It supports: true six degree's of freedom, colored lighting, mipmapping,
|
||||
portals, mirrors, alpha transparency, reflective surfaces, 3D sprites (frame
|
||||
based or with skeletal animation), procedural textures, radiosity, particle
|
||||
systems, halos, volumetric fog, scripting (using Python or other languages),
|
||||
8-bit, 16-bit, and 32-bit display support, Direct3D, OpenGL, Glide, and
|
||||
software renderer, font support, hierarchical transformations.
|
||||
|
||||
WWW: http://crystal.sourceforge.net/
|
3095
devel/crystal/pkg-plist
Normal file
3095
devel/crystal/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user