diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-28 08:53:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-28 08:53:10 +0000 |
commit | 8883f7a4eb96a1c9df5e9c6b04ed005859754124 (patch) | |
tree | 446c342e7961f61d99571940126a050750c226e3 | |
parent | ee233f9bb49874492887dc4daff08d0a515c91a1 (diff) | |
download | ports-8883f7a4eb96a1c9df5e9c6b04ed005859754124.tar.gz ports-8883f7a4eb96a1c9df5e9c6b04ed005859754124.zip |
Notes
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/xbraitenberg/Makefile | 24 | ||||
-rw-r--r-- | emulators/xbraitenberg/distinfo | 2 | ||||
-rw-r--r-- | emulators/xbraitenberg/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1a0f30ba8453..795d4432249c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -102,6 +102,7 @@ SUBDIR += vxtools SUBDIR += wine SUBDIR += x48 + SUBDIR += xbraitenberg SUBDIR += xgs SUBDIR += xmame SUBDIR += xmess diff --git a/emulators/xbraitenberg/Makefile b/emulators/xbraitenberg/Makefile new file mode 100644 index 000000000000..00d4cd806124 --- /dev/null +++ b/emulators/xbraitenberg/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xbraitenberg +# Date created: 28 Mar 2004 +# Whom: krion +# +# $FreeBSD$ +# + +PORTNAME= xbraitenberg +PORTVERSION= 0.8 +CATEGORIES= emulators +MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenberg/ + +MAINTAINER= krion@FreeBSD.org +COMMENT= A Braitenberg vehicle simulator with pseudo-physics + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ + LIBS="-L${X11BASE}/lib" + +PLIST_FILES= bin/xbraitenberg + +.include <bsd.port.mk> diff --git a/emulators/xbraitenberg/distinfo b/emulators/xbraitenberg/distinfo new file mode 100644 index 000000000000..213bd49f9881 --- /dev/null +++ b/emulators/xbraitenberg/distinfo @@ -0,0 +1,2 @@ +MD5 (xbraitenberg-0.8.tar.gz) = e5a39fe0cfe7c025a2bf5bc7dfd2449d +SIZE (xbraitenberg-0.8.tar.gz) = 90503 diff --git a/emulators/xbraitenberg/pkg-descr b/emulators/xbraitenberg/pkg-descr new file mode 100644 index 000000000000..d6023ad33f22 --- /dev/null +++ b/emulators/xbraitenberg/pkg-descr @@ -0,0 +1,3 @@ +A Braintenberg vehicle simulator with pseudo-physics + +WWW: http://www.lcdf.org/~eddietwo/xbraitenberg/ |