freebsd-ports/games/tkmoo/Makefile
Bruce A. Mah 33be35ac75 Update port to 0.3.28.
Make this port depend on wish-8.3 instead of wish-8.2.

Reorder pkg-plist.
2001-07-20 21:31:53 +00:00

28 lines
719 B
Makefile

# New ports collection makefile for: tkMOO
# Date created: 20 Jan 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= tkmoo
PORTVERSION= 0.3.28
CATEGORIES= games tk83
MASTER_SITES= http://www.awns.com/tkMOO-light/Source/
DISTNAME= tkMOO-light-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${WISH83}:${PORTSDIR}/x11-toolkits/tk83
WISH83?= ${LOCALBASE}/bin/wish8.3
MAKE_ENV+= TKMOO_LIB_DIR="${PREFIX}/share/tkmoo" \
TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH83}"
do-install:
@${MKDIR} ${PREFIX}/share/tkmoo/plugins
@${INSTALL_DATA} ${WRKSRC}/plugins/* ${PREFIX}/share/tkmoo/plugins
@${INSTALL_SCRIPT} ${WRKSRC}/tkMOO-lite ${PREFIX}/bin/tkmoo
.include <bsd.port.mk>