2011-03-02 06:31:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2011/03/02 06:31:29 ajacoutot Exp $
|
2001-05-06 01:06:09 +00:00
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= X11 frontend for GNU Chess and the Internet Chess Server
|
1998-05-19 23:19:21 +00:00
|
|
|
|
2007-12-06 16:07:18 +00:00
|
|
|
DISTNAME= xboard-4.2.7
|
2011-03-02 06:31:29 +00:00
|
|
|
REVISION = 2
|
2001-08-06 12:53:29 +00:00
|
|
|
CATEGORIES= games x11
|
2002-05-13 12:31:07 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
|
1998-11-09 01:49:54 +00:00
|
|
|
|
2007-12-06 16:07:18 +00:00
|
|
|
HOMEPAGE= http://www.tim-mann.org/xboard.html
|
|
|
|
|
|
|
|
# GPL
|
2000-04-04 11:01:22 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-12-06 16:07:18 +00:00
|
|
|
|
2009-08-10 06:29:51 +00:00
|
|
|
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c m pthread-stubs xcb
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2011-03-02 06:31:29 +00:00
|
|
|
RUN_DEPENDS= games/gnuchess
|
|
|
|
|
2010-11-16 11:23:25 +00:00
|
|
|
USE_GROFF = Yes
|
2000-06-28 06:43:42 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2003-12-03 21:23:59 +00:00
|
|
|
ALL_TARGET= default
|
1998-11-09 01:49:54 +00:00
|
|
|
|
1998-05-19 23:19:21 +00:00
|
|
|
.include <bsd.port.mk>
|