1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/games/tkmoo/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

28 lines
688 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= 2
CATEGORIES= games tk84
MASTER_SITES= http://www.awns.com/tkMOO-light/Source/
DISTNAME= tkMOO-light-${PORTVERSION}
MAINTAINER= adam-ports@blacktabby.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>