aboutsummaryrefslogtreecommitdiffstats
path: root/games/euchre/Makefile
blob: a4e1d1ada71530a73f2f5785c788a1c10c29fa3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection Makefile for:    euchre
# Date created:             23 July 2002
# Whom:                 Frank Laszlo <laszlof@freebsdmatrix.net>
#
# $FreeBSD$
#

PORTNAME=   euchre
PORTVERSION=    0.7
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= laszlof@vonostingroup.com
COMMENT=    Very popular card game with variable skill levels

PLIST_FILES=    bin/euchre
USE_AUTOMAKE_VER=   14
USE_AUTOCONF_VER=   213
USE_GNOME=  gtk12

.include <bsd.port.mk>