blob: a81743ad37aa390589168cb6c293396e8f4b492a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xbraitenberg
# Date created: 28 Mar 2004
# Whom: krion
#
# $FreeBSD$
#
PORTNAME= xbraitenberg
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenberg/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Braitenberg vehicle simulator with pseudo-physics
USE_X_PREFIX= yes
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
PLIST_FILES= bin/xbraitenberg
.include <bsd.port.mk>
|