freebsd-ports/games/wmminichess/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 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= 2
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>