aboutsummaryrefslogtreecommitdiff
path: root/games/euchre/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-11-25 02:48:44 +0000
committerWill Andrews <will@FreeBSD.org>2002-11-25 02:48:44 +0000
commita3c75dd1c31c156f0c7b2b6c07d928e25ff1e27e (patch)
tree93fa94e29937fdf3124967ee37eac483c8a0cc2e /games/euchre/Makefile
parent8a51d4351d83dd3782dde92caa34fe3fa4168177 (diff)
downloadports-a3c75dd1c31c156f0c7b2b6c07d928e25ff1e27e.tar.gz
ports-a3c75dd1c31c156f0c7b2b6c07d928e25ff1e27e.zip
Notes
Diffstat (limited to 'games/euchre/Makefile')
-rw-r--r--games/euchre/Makefile19
1 files changed, 19 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>