aboutsummaryrefslogtreecommitdiffstats
path: root/net/mudix
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-04-16 12:30:28 +0800
committerwill <will@FreeBSD.org>2000-04-16 12:30:28 +0800
commit79c7aefb71a6d10666b75ac41983833013714ad4 (patch)
tree9d1906bb3fe129eb8aee0401854b0403385a36a2 /net/mudix
parent1d36a791692f727a9dc0a6c3ca0a4649f7d7b055 (diff)
downloadfreebsd-ports-graphics-79c7aefb71a6d10666b75ac41983833013714ad4.tar.gz
freebsd-ports-graphics-79c7aefb71a6d10666b75ac41983833013714ad4.tar.zst
freebsd-ports-graphics-79c7aefb71a6d10666b75ac41983833013714ad4.zip
Add mudix to net category, moved from games. Also upgrade to version 3.2.
And fix building on 4.0+, which have ncurses in the base, but unfortunately base ncurses is useless. Noted by; "Oleg V. Volkov" <rover@lglobus.ru> Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (fix for -current) Approved by: asami (in regards to no repo-copy)
Diffstat (limited to 'net/mudix')
-rw-r--r--net/mudix/Makefile23
-rw-r--r--net/mudix/distinfo1
-rw-r--r--net/mudix/files/patch-aa18
-rw-r--r--net/mudix/pkg-comment1
-rw-r--r--net/mudix/pkg-descr9
-rw-r--r--net/mudix/pkg-plist1
6 files changed, 53 insertions, 0 deletions
diff --git a/net/mudix/Makefile b/net/mudix/Makefile
new file mode 100644
index 00000000000..c29a37dd2e5
--- /dev/null
+++ b/net/mudix/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: mudix
+# Date created: 26 Mar 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= mudix
+PORTVERSION= 3.2
+CATEGORIES= net
+MASTER_SITES= http://dwizardry.dhs.org/mudix/
+
+MAINTAINER= will@FreeBSD.org
+
+LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+ALL_TARGET= mudix
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/net/mudix/distinfo b/net/mudix/distinfo
new file mode 100644
index 00000000000..32d5ad9e1f1
--- /dev/null
+++ b/net/mudix/distinfo
@@ -0,0 +1 @@
+MD5 (mudix-3.2.tar.gz) = 8e3b5a094316c8e727c7295e43e6109f
diff --git a/net/mudix/files/patch-aa b/net/mudix/files/patch-aa
new file mode 100644
index 00000000000..b74c0643b78
--- /dev/null
+++ b/net/mudix/files/patch-aa
@@ -0,0 +1,18 @@
+--- Makefile Sun Mar 26 13:02:11 2000
++++ Makefile.new Sun Mar 26 13:41:34 2000
+@@ -1,10 +1,11 @@
+-CC = gcc
++LOCALBASE ?= /usr/local
++CC ?= gcc
+ PROF =
+ DEBUG =
+ NOCRYPT =
+-O_FLAGS = -O -g
+-C_FLAGS = $(O_FLAGS) -DPOLLING -Wall $(DEBUG) $(PROF) $(NOCRYPT)
+-L_FLAGS = $(O_FLAGS) -lpanel -lncurses $(DEBUG) $(PROF)
++O_FLAGS = ${CFLAGS}
++C_FLAGS = $(O_FLAGS) -DPOLLING -Wall $(DEBUG) $(PROF) $(NOCRYPT) -I$(LOCALBASE)/include/ncurses -I$(LOCALBASE)/include
++L_FLAGS = $(O_FLAGS) -lpanel -lncurses $(DEBUG) $(PROF) -L$(LOCALBASE)/lib
+
+ O_FILES = alias.o commands.o file.o input.o log.o mudix.o output.o parse.o \
+ path.o settings.o tabs.o telnet.o trigger.o
diff --git a/net/mudix/pkg-comment b/net/mudix/pkg-comment
new file mode 100644
index 00000000000..aa1218d3d37
--- /dev/null
+++ b/net/mudix/pkg-comment
@@ -0,0 +1 @@
+Ncurses-based MUD client with triggers, aliases, colors
diff --git a/net/mudix/pkg-descr b/net/mudix/pkg-descr
new file mode 100644
index 00000000000..e158ee254fc
--- /dev/null
+++ b/net/mudix/pkg-descr
@@ -0,0 +1,9 @@
+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/
+Author: Enigma <enigma@dwizardry.dhs.org>
+
+- Will <andrews@technologist.com>
diff --git a/net/mudix/pkg-plist b/net/mudix/pkg-plist
new file mode 100644
index 00000000000..4c537bd5f29
--- /dev/null
+++ b/net/mudix/pkg-plist
@@ -0,0 +1 @@
+bin/mudix