openbsd-ports/games/xskat/Makefile

20 lines
351 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.24 2013/03/11 11:07:42 espie Exp $
COMMENT= skat card game
1998-05-19 20:22:16 -04:00
2004-06-04 16:09:18 -04:00
DISTNAME= xskat-4.0
2010-11-16 06:23:25 -05:00
REVISION = 0
1998-05-19 20:22:16 -04:00
CATEGORIES= games
2004-06-04 16:09:18 -04:00
HOMEPAGE= http://www.xskat.de/xskat.html
1998-05-19 20:22:16 -04:00
2000-03-16 19:26:36 -05:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 c pthread-stubs xcb
2000-03-16 19:26:36 -05:00
2004-06-04 16:09:18 -04:00
MASTER_SITES= http://www.xskat.de/
CONFIGURE_STYLE=imake
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2013-03-11 07:02:49 -04:00
NO_TEST= Yes
2002-10-26 16:44:38 -04:00
1998-05-19 20:22:16 -04:00
.include <bsd.port.mk>