33c87c16a9
- add license marker - typo in DESCR - make it pass regress target
25 lines
527 B
Makefile
25 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.23 2007/12/06 16:07:18 ajacoutot Exp $
|
|
|
|
COMMENT= X11 frontend for GNU Chess and the Internet Chess Server
|
|
|
|
DISTNAME= xboard-4.2.7
|
|
PKGNAME= ${DISTNAME}p0
|
|
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
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
ALL_TARGET= default
|
|
|
|
.include <bsd.port.mk>
|