aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnurobots
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-12 06:41:47 +0800
committermiwi <miwi@FreeBSD.org>2008-08-12 06:41:47 +0800
commit67a8331d21806c41c87ce1a62e1939fe6d432f18 (patch)
treed415516e52831e11e03edaec43f845f5c5e060a4 /games/gnurobots
parentca9554e49dfab63be1740a7bfcf24745fe85eedc (diff)
downloadfreebsd-ports-gnome-67a8331d21806c41c87ce1a62e1939fe6d432f18.tar.gz
freebsd-ports-gnome-67a8331d21806c41c87ce1a62e1939fe6d432f18.tar.zst
freebsd-ports-gnome-67a8331d21806c41c87ce1a62e1939fe6d432f18.zip
- Update to 1.2.0
PR: 126422 Submitted by: Ports Fury
Diffstat (limited to 'games/gnurobots')
-rw-r--r--games/gnurobots/Makefile11
-rw-r--r--games/gnurobots/distinfo6
-rw-r--r--games/gnurobots/pkg-descr2
3 files changed, 11 insertions, 8 deletions
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile
index f9ba86eef069..4496438f2a88 100644
--- a/games/gnurobots/Makefile
+++ b/games/gnurobots/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnurobots
-PORTVERSION= 1.1.0
-PORTREVISION= 2
+PORTVERSION= 1.2.0
CATEGORIES= games
MASTER_SITES= GNU
@@ -16,12 +15,16 @@ COMMENT= GNU diversion wherein Scheme-coded robots explore a world
LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
-USE_XORG= x11 xpm
-USE_GNOME= gnometarget glib20
+USE_GNOME= gnometarget vte
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|#include <pty.h>||g' ${WRKSRC}/src/ui-cmdwin.c
post-install:
.if !defined(NOPORTDOCS)
diff --git a/games/gnurobots/distinfo b/games/gnurobots/distinfo
index 5f991a297912..746fd323e697 100644
--- a/games/gnurobots/distinfo
+++ b/games/gnurobots/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnurobots-1.1.0.tar.gz) = 3380e1424f9fce2403693f896f228f18
-SHA256 (gnurobots-1.1.0.tar.gz) = 12d8d0811020def12302ebfab2c9936e9ab5c5f4879588e66e4badca93fff86b
-SIZE (gnurobots-1.1.0.tar.gz) = 392948
+MD5 (gnurobots-1.2.0.tar.gz) = 2435f16a80b21ad348aa558e2e0ae9d8
+SHA256 (gnurobots-1.2.0.tar.gz) = 8b6f4f0d40bef5cfdfb7eb7c82ea1402d2747c37b2c7b7aa92faff55351df11d
+SIZE (gnurobots-1.2.0.tar.gz) = 176642
diff --git a/games/gnurobots/pkg-descr b/games/gnurobots/pkg-descr
index 1483f40422bb..35ad3621df99 100644
--- a/games/gnurobots/pkg-descr
+++ b/games/gnurobots/pkg-descr
@@ -3,7 +3,7 @@ little robot, then set him loose and watch him explore a world on his
own. The robot program is written in Scheme, and is implemented using
GNU Guile. --from GNU robots README
-WWW: http://www.gnu.org/software/robots/
+WWW: http://www.gnu.org/software/gnurobots/
-Aaron VonderHaar
avh4@usa.net