diff options
author | will <will@FreeBSD.org> | 2002-11-25 10:48:44 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-11-25 10:48:44 +0800 |
commit | abf267083cc2c7f832008141c2c029a4ad040bb4 (patch) | |
tree | 5f48b8cdf90818d11b84e6d89e5d94c7b5e96983 /games/euchre | |
parent | fd3339f1881bf6aa7ae282f185334e85fe5f5222 (diff) | |
download | freebsd-ports-gnome-abf267083cc2c7f832008141c2c029a4ad040bb4.tar.gz freebsd-ports-gnome-abf267083cc2c7f832008141c2c029a4ad040bb4.tar.zst freebsd-ports-gnome-abf267083cc2c7f832008141c2c029a4ad040bb4.zip |
Add euchre 0.3, a very popular card game with variable skill levels.
Diffstat (limited to 'games/euchre')
-rw-r--r-- | games/euchre/Makefile | 19 | ||||
-rw-r--r-- | games/euchre/distinfo | 1 | ||||
-rw-r--r-- | games/euchre/pkg-comment | 1 | ||||
-rw-r--r-- | games/euchre/pkg-descr | 3 | ||||
-rw-r--r-- | games/euchre/pkg-plist | 1 |
5 files changed, 25 insertions, 0 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile new file mode 100644 index 000000000000..0d34455e47b0 --- /dev/null +++ b/games/euchre/Makefile @@ -0,0 +1,19 @@ +# New ports collection Makefile for: euchre +# Date created: 23 July 2002 +# Whom: Frank Laszlo <laszlof@freebsdmatrix.net> +# +# $FreeBSD$ +# + +PORTNAME= euchre +PORTVERSION= 0.3 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= laszlof@freebsdmatrix.net + +USE_AUTOMAKE= yes +USE_GTK= yes + +.include <bsd.port.mk> diff --git a/games/euchre/distinfo b/games/euchre/distinfo new file mode 100644 index 000000000000..97068eb835c4 --- /dev/null +++ b/games/euchre/distinfo @@ -0,0 +1 @@ +MD5 (euchre-0.3.tar.gz) = 97a61061a1bccf3977ac459ef23b90b3 diff --git a/games/euchre/pkg-comment b/games/euchre/pkg-comment new file mode 100644 index 000000000000..2fcc1d37a914 --- /dev/null +++ b/games/euchre/pkg-comment @@ -0,0 +1 @@ +Very popular card game with variable skill levels diff --git a/games/euchre/pkg-descr b/games/euchre/pkg-descr new file mode 100644 index 000000000000..86872a9b84b9 --- /dev/null +++ b/games/euchre/pkg-descr @@ -0,0 +1,3 @@ +A very basic interpretation of the game 'Euchre.' + +WWW: http://sourceforge.net/projects/euchre/ diff --git a/games/euchre/pkg-plist b/games/euchre/pkg-plist new file mode 100644 index 000000000000..66c13ae05060 --- /dev/null +++ b/games/euchre/pkg-plist @@ -0,0 +1 @@ +bin/euchre |