blob: b4f063549b80f642bb9e15111d7b2a1cda9c6e39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
COMMENT= Very popular card game with variable skill levels
USE_AUTOMAKE= yes
USE_GTK= yes
.include <bsd.port.mk>
|