mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
23 lines
485 B
Makefile
23 lines
485 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= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= laszlof@FreeBSD.org
|
|
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>
|