diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-11 22:41:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-11 22:41:47 +0000 |
commit | 5419f00f249b686103fb49c5589a5deeac6a6073 (patch) | |
tree | 620d7f79135a48e65243190cb1a8eca3775d0268 /games/gnurobots | |
parent | 53595e298cfbafcb1d8813f0c6967f11c6cca93f (diff) | |
download | ports-5419f00f249b686103fb49c5589a5deeac6a6073.tar.gz ports-5419f00f249b686103fb49c5589a5deeac6a6073.zip |
Notes
Diffstat (limited to 'games/gnurobots')
-rw-r--r-- | games/gnurobots/Makefile | 11 | ||||
-rw-r--r-- | games/gnurobots/distinfo | 6 | ||||
-rw-r--r-- | games/gnurobots/pkg-descr | 2 |
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 |