blob: 5e8b0b77afaa4d5d03370c7ae4926d3040e44929 (
plain) (
blame)
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
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
.include <bsd.port.mk>
|