blob: 2102186c8cdec3b775e9116dcd8cebf0a9ac7203 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xbraitenberg
# Date created: 28 Mar 2004
# Whom: krion
#
# $FreeBSD$
#
PORTNAME= xbraitenberg
PORTVERSION= 0.9
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>
|