1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/emulators/xbraitenberg/Makefile
Martin Wilke 33e4c2e429 - Fix build with clang
PR:		185500
Submitted by:	Ports Fury
2014-01-19 09:24:34 +00:00

24 lines
484 B
Makefile

# Created by: krion
# $FreeBSD$
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
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>