summaryrefslogtreecommitdiff
path: root/shells/mudsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/mudsh/Makefile')
-rw-r--r--shells/mudsh/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/shells/mudsh/Makefile b/shells/mudsh/Makefile
new file mode 100644
index 00000000000..99976a6bb32
--- /dev/null
+++ b/shells/mudsh/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 17:10:17 cjep Exp $
+#
+
+DISTNAME= mudsh
+PKGNAME= mudsh-20010311
+CATEGORIES= shells
+MASTER_SITES= http://www.xirium.com/tech/mud-shell/download/
+EXTRACT_SUFX= # empty
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.xirium.com/tech/mud-shell/index.html
+COMMENT= M.U.D. game-like shell
+
+WRKSRC= ${WRKDIR}
+USE_BUILDLINK2=YES
+EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
+
+do-build:
+ @${CP} ${WRKSRC}/mudsh ${WRKSRC}/mudsh.orig
+ @${SED} -e 's|/usr/local/bin/perl|${LOCALBASE}/bin/perl|g' \
+ ${WRKSRC}/mudsh.orig >${WRKSRC}/mudsh
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/mudsh ${PREFIX}/bin
+
+.include "../../lang/perl5/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"