openbsd-ports/games/xboard/Makefile

20 lines
454 B
Makefile
Raw Normal View History

2004-11-28 17:41:14 -05:00
# $OpenBSD: Makefile,v 1.21 2004/11/28 22:41:23 espie Exp $
COMMENT= "X11 frontend for GNU Chess and the Internet Chess Server"
1998-05-19 19:19:21 -04:00
DISTNAME= xboard-4.2.7
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c m
2000-02-12 03:02:07 -05:00
2001-08-06 08:55:28 -04:00
USE_X11= Yes
CONFIGURE_STYLE= gnu
ALL_TARGET= default
1998-05-19 19:19:21 -04:00
.include <bsd.port.mk>