mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 2.7182818.701
This commit is contained in:
parent
c9ce5adb24
commit
bceca206be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310298
@ -1,13 +1,8 @@
|
||||
# Ports collection makefile for: robotfindskitten
|
||||
# Date created: Wed Dec 3, 2003
|
||||
# Whom: Ceri Davies (ceri@FreeBSD.org)
|
||||
#
|
||||
# Created by: Ceri Davies (ceri@FreeBSD.org)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= robotfindskitten
|
||||
PORTVERSION= 1.7320508.406
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.7182818.701
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://robotfindskitten.org/download/POSIX/
|
||||
@ -15,14 +10,21 @@ MASTER_SITES= http://robotfindskitten.org/download/POSIX/
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Yet another zen simulation
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GNOME= glib12
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
INFO= ${PORTNAME}
|
||||
PLIST_FILES= bin/robotfindskitten
|
||||
MAN6= robotfindskitten.6
|
||||
|
||||
post-extract:
|
||||
${RM} ${WRKSRC}/doc/robotfindskitten.info
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/share/games/robotfindskitten,${DATADIR},' \
|
||||
${WRKSRC}/doc/robotfindskitten.6
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/robotfindskitten ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/nki/vanilla.nki ${DATADIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/robotfindskitten.6 ${MANPREFIX}/man/man6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (robotfindskitten-1.7320508.406.tar.gz) = 08c8a826c3cf90a7f3dc1d42b087425af661971585f125b9bedca2bcc2a11852
|
||||
SIZE (robotfindskitten-1.7320508.406.tar.gz) = 406412
|
||||
SHA256 (robotfindskitten-2.7182818.701.tar.gz) = 7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719
|
||||
SIZE (robotfindskitten-2.7182818.701.tar.gz) = 437810
|
||||
|
@ -1,11 +1,13 @@
|
||||
--- src/Makefile.in.orig 2008-07-04 00:13:35.000000000 -0400
|
||||
+++ src/Makefile.in 2008-07-04 00:13:50.000000000 -0400
|
||||
@@ -170,7 +170,7 @@
|
||||
target_alias = @target_alias@
|
||||
--- src.orig/Makefile.in 2012-12-21 14:56:49.000000000 -0500
|
||||
+++ src/Makefile.in 2013-01-03 21:15:59.000000000 -0500
|
||||
@@ -199,8 +199,8 @@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-execgamesdir = $(prefix)/games
|
||||
-AM_CPPFLAGS = -DSYSTEM_NKI_DIR=\"$(datadir)/games/robotfindskitten\"
|
||||
+execgamesdir = $(prefix)/bin
|
||||
robotfindskitten_SOURCES = draw.h messages.h robotfindskitten.c
|
||||
+AM_CPPFLAGS = -DSYSTEM_NKI_DIR=\"$(datadir)/robotfindskitten\"
|
||||
robotfindskitten_SOURCES = robotfindskitten.c
|
||||
SPLINT_SUPPRESSIONS = +charintliteral +charindex
|
||||
all: all-am
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user