27 lines
568 B
Makefile
Raw Normal View History

2011-03-02 06:31:29 +00:00
# $OpenBSD: Makefile,v 1.28 2011/03/02 06:31:29 ajacoutot Exp $
COMMENT= X11 frontend for GNU Chess and the Internet Chess Server
1998-05-19 23:19:21 +00:00
DISTNAME= xboard-4.2.7
2011-03-02 06:31:29 +00:00
REVISION = 2
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
HOMEPAGE= http://www.tim-mann.org/xboard.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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
CONFIGURE_STYLE= gnu
ALL_TARGET= default
1998-05-19 23:19:21 +00:00
.include <bsd.port.mk>