diff options
Diffstat (limited to 'games/tkmoo/Makefile')
-rw-r--r-- | games/tkmoo/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/games/tkmoo/Makefile b/games/tkmoo/Makefile new file mode 100644 index 000000000000..499c0519e42e --- /dev/null +++ b/games/tkmoo/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: tkMOO +# Version required: 0.3.23 +# Date created: 20 Jan 2000 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= tkMOO-light-0.3.23 +PKGNAME= tkmoo-0.3.23 +CATEGORIES= games tk82 +MASTER_SITES= http://www.awns.com/tkMOO-light/Source/ + +MAINTAINER= andrews@technologist.com + +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> |