mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
8c7d1a00d5
A dockapp that puts the power of gnu chess in a windowmaker dockapp. *warning*: severe eye strain if you play this! PR: 13942 Submitted by: Will Andrews <andrews@technologist.com>
26 lines
649 B
Makefile
26 lines
649 B
Makefile
# New ports collection makefile for: (wm)miniCHESS
|
|
# Version required: 0.8
|
|
# Date created: 24 Sep 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= miniCHESS-0.8
|
|
PKGNAME= wmminichess-0.8
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.electricrain.com/edavis/miniCHESS/
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gnuchessx:${PORTSDIR}/games/gnuchess
|
|
|
|
USE_GMAKE= YES
|
|
USE_X_PREFIX= YES
|
|
MAKE_ENV= PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
LOCAL="${LOCALBASE}" MKDIR="${MKDIR}" \
|
|
INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
.include <bsd.port.mk>
|