blob: 767cd3e7d4ba5ea09d7b2c67b74804a4f7d5fc50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: krion
# $FreeBSD$
PORTNAME= xbraitenberg
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenberg/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Braitenberg vehicle simulator with pseudo-physics
USE_XORG= x11 ice sm xext
GNU_CONFIGURE= yes
PLIST_FILES= bin/xbraitenberg
NO_STAGE= yes
.include <bsd.port.mk>
|