mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# 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>
|