CPat is a curses based solitaire/patience collection. It's pretty stable and at present contains implementations of Freecell, Klondike, Spider, 40 Thieves, Baker's Dozen, Scorpion, Penguin, Yukon and Stategy. The games are played in your favourite shell using keyboard commands. ok landry@
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/09/02 19:48:39 bcallah Exp $
|
|
|
|
COMMENT = curses-based solitaire collection suite
|
|
DISTNAME = cpat-1.2.1
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://cpat.sourceforge.net/
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c ncurses
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cpat/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|