mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
fe279f0df8
Discussed with: kris Approved by: portmgr (implicit)
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# New ports collection Makefile for: euchre
|
|
# Date created: 23 July 2002
|
|
# Whom: Frank Laszlo <laszlof@freebsdmatrix.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= euchre
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 2
|
|
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_AUTOTOOLS= automake:14 autoconf:213
|
|
USE_GNOME= gtk12
|
|
|
|
.include <bsd.port.mk>
|