From a3c75dd1c31c156f0c7b2b6c07d928e25ff1e27e Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Mon, 25 Nov 2002 02:48:44 +0000 Subject: Add euchre 0.3, a very popular card game with variable skill levels. --- games/euchre/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 games/euchre/Makefile (limited to 'games/euchre/Makefile') 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 +# +# $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 -- cgit v1.2.3