2013-09-20 18:43:52 +02:00
|
|
|
# Created by: krion
|
2004-03-28 10:53:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xbraitenberg
|
2006-07-10 19:33:06 +02:00
|
|
|
PORTVERSION= 0.9
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2004-03-28 10:53:10 +02:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenberg/
|
|
|
|
|
2004-08-08 10:11:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-01-19 10:24:34 +01:00
|
|
|
COMMENT= Braitenberg vehicle simulator with pseudo-physics
|
2004-03-28 10:53:10 +02:00
|
|
|
|
2018-09-01 00:44:47 +02:00
|
|
|
USE_CXXSTD= c++98
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 ice sm xext
|
2004-03-28 10:53:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-01-19 10:24:34 +01:00
|
|
|
CONFIGURE_ENV= ac_cv_fpermissive=no
|
2004-03-28 10:53:10 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/xbraitenberg
|
|
|
|
|
2014-01-19 10:24:34 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/operator bool() const/d' ${WRKSRC}/operator.hh
|
|
|
|
|
2004-03-28 10:53:10 +02:00
|
|
|
.include <bsd.port.mk>
|