blob: bf87c2fc2c71e85230d2d86d93b0253416c8a019 (
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= 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
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
PLIST_FILES= bin/xbraitenberg
.include <bsd.port.mk>
|