mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
28 lines
656 B
Makefile
28 lines
656 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.insanum.com/miniCHESS/
|
|
DISTNAME= miniCHESS-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Window Maker chess dockapp game
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${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>
|