diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-31 04:09:09 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-31 04:09:09 +0000 |
commit | d3971d06fb47a0f05154dd640b67afb5f0f7405b (patch) | |
tree | bb6f0e2eb13c474559fca93390fa4ac5f37e2fb7 /games/gtkabale | |
parent | Remove port's homepage from DESCR and MASTER_SITES (hostname (diff) |
Initial import.
lazy version of Solitaire
Notes
Notes:
svn path=/head/; revision=25342
Diffstat (limited to 'games/gtkabale')
-rw-r--r-- | games/gtkabale/Makefile | 25 | ||||
-rw-r--r-- | games/gtkabale/distinfo | 1 | ||||
-rw-r--r-- | games/gtkabale/files/patch-aa | 9 | ||||
-rw-r--r-- | games/gtkabale/pkg-comment | 1 | ||||
-rw-r--r-- | games/gtkabale/pkg-descr | 1 | ||||
-rw-r--r-- | games/gtkabale/pkg-plist | 12 |
6 files changed, 49 insertions, 0 deletions
diff --git a/games/gtkabale/Makefile b/games/gtkabale/Makefile new file mode 100644 index 000000000000..56d3ab7b32d7 --- /dev/null +++ b/games/gtkabale/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gtkabale +# Version required: 0.3 +# Date created: 30 January 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= gtkabale-0.3 +CATEGORIES= games +MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/ + +MAINTAINER= nakai@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/games/gtkabale/distinfo b/games/gtkabale/distinfo new file mode 100644 index 000000000000..605de2dd50eb --- /dev/null +++ b/games/gtkabale/distinfo @@ -0,0 +1 @@ +MD5 (gtkabale-0.3.tar.gz) = 1b03109a800bfa41e6e7bda0e7aeee30 diff --git a/games/gtkabale/files/patch-aa b/games/gtkabale/files/patch-aa new file mode 100644 index 000000000000..8b86e8ee314f --- /dev/null +++ b/games/gtkabale/files/patch-aa @@ -0,0 +1,9 @@ +--- po/POTFILES.in.orig Sun Jan 30 17:46:45 2000 ++++ po/POTFILES.in Sun Jan 30 17:46:51 2000 +@@ -6,5 +6,5 @@ + src/game.c + src/interface.c + src/main.c +-src/support.c ++src/support2.c + diff --git a/games/gtkabale/pkg-comment b/games/gtkabale/pkg-comment new file mode 100644 index 000000000000..7068c238f376 --- /dev/null +++ b/games/gtkabale/pkg-comment @@ -0,0 +1 @@ +a lazy version of solitaire game diff --git a/games/gtkabale/pkg-descr b/games/gtkabale/pkg-descr new file mode 100644 index 000000000000..7068c238f376 --- /dev/null +++ b/games/gtkabale/pkg-descr @@ -0,0 +1 @@ +a lazy version of solitaire game diff --git a/games/gtkabale/pkg-plist b/games/gtkabale/pkg-plist new file mode 100644 index 000000000000..e0e3f7b19925 --- /dev/null +++ b/games/gtkabale/pkg-plist @@ -0,0 +1,12 @@ +bin/gtkabale +share/gtkabale/ambiguous.png +share/gtkabale/back.png +share/gtkabale/cards.png +share/gtkabale/game-lost.png +share/gtkabale/game-won.png +share/gtkabale/gtkrc +share/gtkabale/help-no.png +share/gtkabale/help-yes.png +share/gtkabale/no-move.png +share/locale/da/LC_MESSAGES/gtkabale.mo +@dirrm share/gtkabale |