mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
90e65b4727
Submitted by: previous maintainer (by private mail)
28 lines
678 B
Makefile
28 lines
678 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.32
|
|
PORTREVISION= 3
|
|
CATEGORIES= games tk
|
|
MASTER_SITES= http://www.awns.com/tkMOO-light/Source/
|
|
DISTNAME= tkMOO-light-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tk-based M** client with scripting support
|
|
|
|
USE_TK_RUN= yes
|
|
MAKE_ENV+= TKMOO_LIB_DIR="${DATADIR}" \
|
|
TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH}"
|
|
|
|
do-install:
|
|
@${MKDIR} ${DATADIR}/plugins
|
|
@${INSTALL_DATA} ${WRKSRC}/plugins/* ${DATADIR}/plugins
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/tkMOO-lite ${PREFIX}/bin/tkmoo
|
|
|
|
.include <bsd.port.mk>
|