diff options
author | swills <swills@FreeBSD.org> | 2012-09-10 06:08:43 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-10 06:08:43 +0800 |
commit | 8854aeaeae9c109d5f033be1e240392425085f3d (patch) | |
tree | e3993c6cdae567d24dbdcfc6b036f0ef751e9eef /games/ttt/files | |
parent | 41955c0091cc6cb8e890a8687e7172a9cd8649c1 (diff) | |
download | freebsd-ports-gnome-8854aeaeae9c109d5f033be1e240392425085f3d.tar.gz freebsd-ports-gnome-8854aeaeae9c109d5f033be1e240392425085f3d.tar.zst freebsd-ports-gnome-8854aeaeae9c109d5f033be1e240392425085f3d.zip |
- Add second MASTER_SITE
- changed LICENSE (GPLv2)
- changed to OptionsNG
- Use PLIST_FILES instead of pkg_plist due to short package list
- Give maintainership to submitter
PR: ports/170995
Submitted by: nemysis <nemysis@gmx.ch>
Diffstat (limited to 'games/ttt/files')
-rw-r--r-- | games/ttt/files/patch-configure.ac | 10 | ||||
-rw-r--r-- | games/ttt/files/ttt.in | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/games/ttt/files/patch-configure.ac b/games/ttt/files/patch-configure.ac new file mode 100644 index 000000000000..6b8f5e3fd7ec --- /dev/null +++ b/games/ttt/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2011-04-05 05:43:45.000000000 +0200 ++++ configure.ac 2012-09-09 04:55:17.000000000 +0200 +@@ -44,6 +44,7 @@ + AC_PROG_MKDIR_P + AC_PROG_SED + LT_INIT ++AC_SUBST([LIBTOOL_DEPS]) + + dnl AC_CHECK_LIB([duma], [_duma_malloc] ,,AC_MSG_ERROR(missing library)) + AC_CHECK_LIB([SDL], [SDL_Init] ,,AC_MSG_ERROR(missing library)) diff --git a/games/ttt/files/ttt.in b/games/ttt/files/ttt.in new file mode 100644 index 000000000000..864232e7b98c --- /dev/null +++ b/games/ttt/files/ttt.in @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $FreeBSD$ + +echo "Tic Tac Toe: Starting up..." +cd "%%DATADIR%%" +./ttt |