mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Critterding is a "Petri dish" universe in 3D that demonstrates
evolving artificial life. Critters start out with completely random brains and bodies, but will automatically start evolving into something with much better survival skills. WWW: http://critterding.sourceforge.net/
This commit is contained in:
parent
daf7229842
commit
5b50d81591
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250646
@ -151,6 +151,7 @@
|
||||
SUBDIR += cre
|
||||
SUBDIR += crimson
|
||||
SUBDIR += criticalmass
|
||||
SUBDIR += critterding
|
||||
SUBDIR += crossfire-client
|
||||
SUBDIR += crossfire-server
|
||||
SUBDIR += crrcsim
|
||||
|
42
games/critterding/Makefile
Normal file
42
games/critterding/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: critterding
|
||||
# Date created: 15 Oct 2009
|
||||
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= critterding
|
||||
DISTVERSION= beta12
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sources
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Evolving Artificial Life
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf:262:env aclocal:110:env automake:110:env libtool:22
|
||||
USE_SDL= sdl
|
||||
USE_GL= gl
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
|
||||
CONFIGURE_ARGS= --disable-system-ftgl
|
||||
USE_GCC= 4.2+
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PORTDOCS= README AUTHORS Changelog
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${AUTORECONF} -fi
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/critterding/distinfo
Normal file
3
games/critterding/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (critterding-beta12.tar.bz2) = 12c180cdc6328b4d3dca75166f7a3355
|
||||
SHA256 (critterding-beta12.tar.bz2) = b07cd35580dd22cb1828ae41292df020eec495f45912ecb9269881a750f00d55
|
||||
SIZE (critterding-beta12.tar.bz2) = 984764
|
6
games/critterding/pkg-descr
Normal file
6
games/critterding/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Critterding is a "Petri dish" universe in 3D that demonstrates
|
||||
evolving artificial life. Critters start out with completely random
|
||||
brains and bodies, but will automatically start evolving into
|
||||
something with much better survival skills.
|
||||
|
||||
WWW: http://critterding.sourceforge.net/
|
5
games/critterding/pkg-plist
Normal file
5
games/critterding/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/critterding
|
||||
%%DATADIR%%/font.ttf
|
||||
%%DATADIR%%/pixmaps/cd.bmp
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user