2004-03-28 10:53:10 +02:00
|
|
|
# New ports collection makefile for: xbraitenberg
|
|
|
|
# Date created: 28 Mar 2004
|
|
|
|
# Whom: krion
|
|
|
|
#
|
|
|
|
# $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
|
2004-03-28 10:53:10 +02:00
|
|
|
COMMENT= A Braitenberg vehicle simulator with pseudo-physics
|
|
|
|
|
- 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
|
2006-07-10 19:33:06 +02:00
|
|
|
USE_GNOME= gnometarget
|
2004-03-28 10:53:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/xbraitenberg
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|