f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
26 lines
612 B
Makefile
26 lines
612 B
Makefile
# New ports collection makefile for: (wm)miniCHESS
|
|
# Date created: 24 Sep 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmminichess
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.electricrain.com/edavis/miniCHESS/
|
|
DISTNAME= miniCHESS-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gnuchessx:${PORTSDIR}/games/gnuchess
|
|
|
|
USE_GMAKE= YES
|
|
USE_X_PREFIX= YES
|
|
USE_XPM= YES
|
|
MAKE_ENV= PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
LOCAL="${LOCALBASE}" MKDIR="${MKDIR}" \
|
|
INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
.include <bsd.port.mk>
|