View | Details | Raw Unified | Return to bug 126422
Collapse All | Expand All

(-)games/gnurobots/Makefile (-4 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnurobots
8
PORTNAME=	gnurobots
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.2.0
10
PORTREVISION=	2
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	GNU
11
MASTER_SITES=	GNU
13
12
Lines 16-27 Link Here
16
15
17
LIB_DEPENDS=	guile.19:${PORTSDIR}/lang/guile
16
LIB_DEPENDS=	guile.19:${PORTSDIR}/lang/guile
18
17
19
USE_XORG=	x11 xpm
18
USE_GNOME=	gnometarget vte
20
USE_GNOME=	gnometarget glib20
21
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
21
22
CPPFLAGS=	-I${LOCALBASE}/include
23
LDFLAGS=	-L${LOCALBASE}/lib
22
24
23
post-patch:
25
post-patch:
24
	@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
26
	@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
27
	@${REINPLACE_CMD} -e 's|#include <pty.h>||g' ${WRKSRC}/src/ui-cmdwin.c
25
28
26
post-install:
29
post-install:
27
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)
(-)games/gnurobots/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gnurobots-1.1.0.tar.gz) = 3380e1424f9fce2403693f896f228f18
1
MD5 (gnurobots-1.2.0.tar.gz) = 2435f16a80b21ad348aa558e2e0ae9d8
2
SHA256 (gnurobots-1.1.0.tar.gz) = 12d8d0811020def12302ebfab2c9936e9ab5c5f4879588e66e4badca93fff86b
2
SHA256 (gnurobots-1.2.0.tar.gz) = 8b6f4f0d40bef5cfdfb7eb7c82ea1402d2747c37b2c7b7aa92faff55351df11d
3
SIZE (gnurobots-1.1.0.tar.gz) = 392948
3
SIZE (gnurobots-1.2.0.tar.gz) = 176642
(-)games/gnurobots/pkg-descr (-1 / +1 lines)
Lines 3-9 Link Here
3
own.  The robot program is written in Scheme, and is implemented using
3
own.  The robot program is written in Scheme, and is implemented using
4
GNU Guile.  --from GNU robots README
4
GNU Guile.  --from GNU robots README
5
5
6
WWW: http://www.gnu.org/software/robots/
6
WWW: http://www.gnu.org/software/gnurobots/
7
7
8
-Aaron VonderHaar
8
-Aaron VonderHaar
9
 avh4@usa.net
9
 avh4@usa.net

Return to bug 126422