initial import of mudix-4.1:

--
Very cool ncurses-based MUD client that offers triggers, aliases,
colors, etc. This is for people who dislike tintin++, tinyfugue, and
can't use an X11 MUD client.

WWW: http://dwizardry.dhs.org/mudix.html
Submitted by Mathieu Braem <majeu@bsdaemon.be>
This commit is contained in:
lebel 2002-05-10 16:05:50 +00:00
parent fcbe561d59
commit f6116da953
5 changed files with 66 additions and 0 deletions

30
net/mudix/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/10 16:05:50 lebel Exp $
# $FreeBSD: ports/net/mudix/Makefile,v 1.6 2001/06/22 19:39:12 dwcjr Exp $
# Original from: will
COMMENT= "ncurses-based MUD client with triggers, aliases, colors"
DISTNAME= mudix-4.1
CATEGORIES= net games
NEED_VERSION= 1.525
HOMEPAGE= http://dwizardry.dhs.org/mudix.html
MAINTAINER= Mathieu Braem <majeu@bsdaemon.be>
MASTER_SITES= http://dwizardry.dhs.org/mudix/
CONFIGURE_STYLE=gnu
# BSD-style
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/mudix
${INSTALL_DATA} ${WRKSRC}/sample.usr ${PREFIX}/share/mudix
NO_REGRESS= Yes
.include <bsd.port.mk>

3
net/mudix/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (mudix-4.1.tar.gz) = 1056885db48410f04731e34000c8f386
RMD160 (mudix-4.1.tar.gz) = 77dafa7324e3895f26911465feaf14bff16d796e
SHA1 (mudix-4.1.tar.gz) = b6a1625a7a59302f8c9028fbce13d2f9d2231b8f

View File

@ -0,0 +1,24 @@
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2002/05/10 16:05:50 lebel Exp $
--- src/Makefile.in.orig Sun May 5 10:07:29 2002
+++ src/Makefile.in Mon May 6 10:14:55 2002
@@ -2,9 +2,9 @@ CC = @CC@
#DEBUG = -DKEY_DEBUG
DEBUG =
EXEC = ../mudix
-O_FLAGS = -O -g
+O_FLAGS = @CFLAGS@
C_FLAGS = $(O_FLAGS) $(DEBUG) -Wall -I../include
-L_FLAGS = $(O_FLAGS) $(DEBUG) -lpanel -lncurses
+L_FLAGS = $(O_FLAGS) $(DEBUG) -lpanel -lcurses
O_FILES = alias.o \
commands.o \
@@ -25,7 +25,7 @@ $(EXEC): $(O_FILES)
rm -f $(EXEC)
$(CC) -o $(EXEC) $(L_FLAGS) $(O_FILES)
-.c.o: mudix.h conf.h
+.c.o:
$(CC) -c $(C_FLAGS) $<
clean:

5
net/mudix/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
Very cool ncurses-based MUD client that offers triggers, aliases,
colors, etc. This is for people who dislike tintin++, tinyfugue, and
can't use an X11 MUD client.
WWW: ${HOMEPAGE}

4
net/mudix/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/10 16:05:50 lebel Exp $
bin/mudix
share/mudix/sample.usr
@dirrm share/mudix