02926a8e22
wmminichess is a frontend to the gnuchess program for playing a game of chess against the computer from the Window Maker dock. ok naddy@
28 lines
700 B
Makefile
28 lines
700 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/09 12:58:07 wilfried Exp $
|
|
|
|
DISTNAME= miniCHESS-0.8
|
|
PKGNAME= wm${DISTNAME:L}
|
|
CATEGORIES= games x11 x11/windowmaker
|
|
NEED_VERSION= 1.340
|
|
HOMEPAGE= http://www.electricrain.com/edavis/miniCHESS/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= gnuchessx::games/gnuchess
|
|
|
|
USE_X11= Yes
|
|
ALL_TARGET= minichess
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/minichess ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmminichess
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmminichess/
|
|
|
|
.include <bsd.port.mk>
|