openbsd-ports/games/xskat/Makefile

23 lines
432 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.23 2010/11/16 11:23:29 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
1998-05-19 20:22:16 -04:00
.include <bsd.port.mk>