23 lines
432 B
Makefile
23 lines
432 B
Makefile
# $OpenBSD: Makefile,v 1.23 2010/11/16 11:23:29 espie Exp $
|
|
|
|
COMMENT= skat card game
|
|
|
|
DISTNAME= xskat-4.0
|
|
REVISION = 0
|
|
CATEGORIES= games
|
|
HOMEPAGE= http://www.xskat.de/xskat.html
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 c pthread-stubs xcb
|
|
|
|
MASTER_SITES= http://www.xskat.de/
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|