20 lines
351 B
Makefile
20 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.25 2013/10/11 20:39:32 naddy Exp $
|
|
|
|
COMMENT= skat card game
|
|
|
|
DISTNAME= xskat-4.0
|
|
REVISION = 1
|
|
CATEGORIES= games
|
|
HOMEPAGE= http://www.xskat.de/xskat.html
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= X11 c pthread-stubs xcb
|
|
|
|
MASTER_SITES= http://www.xskat.de/
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|