blob: 8d9d901059f1376a3e1fa4fd8e1527b8b3ead696 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= xbraitenberg
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenberg/
MAINTAINER= ports@FreeBSD.org
COMMENT= Braitenberg vehicle simulator with pseudo-physics
WWW= https://www.lcdf.org/~eddietwo/xbraitenberg/
USES= xorg
USE_CXXSTD= c++98
USE_XORG= x11 ice sm xext
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_fpermissive=no
PLIST_FILES= bin/xbraitenberg
post-patch:
@${REINPLACE_CMD} -e \
'/operator bool() const/d' ${WRKSRC}/operator.hh
.include <bsd.port.mk>
|