diff options
author | will <will@FreeBSD.org> | 2000-03-23 11:32:49 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-03-23 11:32:49 +0800 |
commit | dd9a0441a6cc01ba0a853f3a3eff18147dbc4b81 (patch) | |
tree | 900546c57a443e0a93758a89d0e1c18006f870e5 /net | |
parent | e0e73ddb5774090cdc3dc9ce15ad1f5e513c6d23 (diff) | |
download | freebsd-ports-gnome-dd9a0441a6cc01ba0a853f3a3eff18147dbc4b81.tar.gz freebsd-ports-gnome-dd9a0441a6cc01ba0a853f3a3eff18147dbc4b81.tar.zst freebsd-ports-gnome-dd9a0441a6cc01ba0a853f3a3eff18147dbc4b81.zip |
New port for KMud, a graphical KDE/Qt-based MUD client that has changed
significantly since the original PR I submitted.
PR: 15800
Diffstat (limited to 'net')
-rw-r--r-- | net/kmud/Makefile | 21 | ||||
-rw-r--r-- | net/kmud/distinfo | 1 | ||||
-rw-r--r-- | net/kmud/pkg-comment | 1 | ||||
-rw-r--r-- | net/kmud/pkg-descr | 9 | ||||
-rw-r--r-- | net/kmud/pkg-plist | 9 |
5 files changed, 41 insertions, 0 deletions
diff --git a/net/kmud/Makefile b/net/kmud/Makefile new file mode 100644 index 000000000000..3cbb091b74d2 --- /dev/null +++ b/net/kmud/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: KMud +# Version required: 0.3 +# Date created: 31 Oct 1999 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= kmud-0.3 +CATEGORIES= games +MASTER_SITES= ftp://ftp.kmud.de/pub/kmud/ + +MAINTAINER= will@FreeBSD.org + +LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_QT= yes + +.include <bsd.port.mk> diff --git a/net/kmud/distinfo b/net/kmud/distinfo new file mode 100644 index 000000000000..c95dd0fd349c --- /dev/null +++ b/net/kmud/distinfo @@ -0,0 +1 @@ +MD5 (kmud-0.3.tar.gz) = aa353c4adcb4d5a93055d79d709c6409 diff --git a/net/kmud/pkg-comment b/net/kmud/pkg-comment new file mode 100644 index 000000000000..e29e66841fb9 --- /dev/null +++ b/net/kmud/pkg-comment @@ -0,0 +1 @@ +Cool MUD interface based on KDE/Qt diff --git a/net/kmud/pkg-descr b/net/kmud/pkg-descr new file mode 100644 index 000000000000..61a2de40f2f6 --- /dev/null +++ b/net/kmud/pkg-descr @@ -0,0 +1,9 @@ +Finally, a half-decent GUI MUD interface for UNIX! +It does ANSI color - although at this time that support +is slightly broken.. this program is for the people who +are tired of tintin++ or tinyfugue, etc. and want a real +GUI MUD client! :-) + +WWW: http://www.kmud.de/ + +- Will <andrews@technologist.com> diff --git a/net/kmud/pkg-plist b/net/kmud/pkg-plist new file mode 100644 index 000000000000..c65673ae9650 --- /dev/null +++ b/net/kmud/pkg-plist @@ -0,0 +1,9 @@ +share/doc/HTML/en/kmud/index-1.html +share/doc/HTML/en/kmud/index-2.html +share/doc/HTML/en/kmud/index-3.html +share/doc/HTML/en/kmud/index-4.html +share/doc/HTML/en/kmud/index.html +bin/kmud +share/applnk/Applications/kmud.kdelnk +share/icons/kmud.xpm +@dirrm share/doc/HTML/en/kmud |