mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Initial import.
lazy version of Solitaire
This commit is contained in:
parent
64abceb4a4
commit
d3971d06fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25342
25
games/gtkabale/Makefile
Normal file
25
games/gtkabale/Makefile
Normal file
@ -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>
|
1
games/gtkabale/distinfo
Normal file
1
games/gtkabale/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gtkabale-0.3.tar.gz) = 1b03109a800bfa41e6e7bda0e7aeee30
|
9
games/gtkabale/files/patch-aa
Normal file
9
games/gtkabale/files/patch-aa
Normal file
@ -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
|
||||
|
1
games/gtkabale/pkg-comment
Normal file
1
games/gtkabale/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a lazy version of solitaire game
|
1
games/gtkabale/pkg-descr
Normal file
1
games/gtkabale/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
a lazy version of solitaire game
|
12
games/gtkabale/pkg-plist
Normal file
12
games/gtkabale/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user