1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/tkmoo/Makefile
Will Andrews f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +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.23
CATEGORIES= games tk82
MASTER_SITES= http://www.awns.com/tkMOO-light/Source/
DISTNAME= tkMOO-light-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${WISH82}:${PORTSDIR}/x11-toolkits/tk82
WISH82?= ${LOCALBASE}/bin/wish8.2
MAKE_ENV+= TKMOO_LIB_DIR="${PREFIX}/share/tkmoo" \
TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.2="${WISH82}"
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>