import of gmudix-0.10, submitted & maintained by Chris Kuethe:
gMUDix is an improved version of MUDix, a MUD client for the Linux console. It is designed to run as an X application, and was developed with GTK+ 2.0. gMUDix has all the features of MUDix and more, including ANSI color mapping, aliasing, macros, paths, tab completions, timers, triggers, variables, and an easy-to-use script language.
This commit is contained in:
parent
e7c4e7d9f1
commit
1105dc43ff
29
net/gmudix/Makefile
Normal file
29
net/gmudix/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/22 22:02:32 jolan Exp $
|
||||
|
||||
COMMENT= "Gnome2 MUD/Moo Client"
|
||||
|
||||
DISTNAME= gmudix-0.10
|
||||
CATEGORIES= net x11
|
||||
HOMEPAGE= http://dw.nl.eu.org/mudix.html
|
||||
MASTER_SITES= http://dw.nl.eu.org/gmudix/
|
||||
MAINTAINER= Chris Kuethe <ckuethe@ualberta.ca>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS= glib-2.0.0.0,gthread-2.0.0.0::devel/glib2 \
|
||||
gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gmudix
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/gmudix.txt ${PREFIX}/share/doc/gmudix
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/gmudix/distinfo
Normal file
3
net/gmudix/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gmudix-0.10.tar.gz) = 2a5849179ef42f16c032a6f776786552
|
||||
RMD160 (gmudix-0.10.tar.gz) = 67ea2dd8d4db6e610b69ec016f2833b8c2b7c0fc
|
||||
SHA1 (gmudix-0.10.tar.gz) = 3ef3f857d761a95039090505e11828edc607a574
|
23
net/gmudix/patches/patch-configure
Normal file
23
net/gmudix/patches/patch-configure
Normal file
@ -0,0 +1,23 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2003/07/22 22:02:32 jolan Exp $
|
||||
--- configure.orig Mon Dec 9 06:58:47 2002
|
||||
+++ configure Sat Jul 19 11:44:10 2003
|
||||
@@ -991,15 +991,15 @@ if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
elif test $ac_cv_prog_cc_g = yes; then
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-g -O2"
|
||||
+ CFLAGS=$(CFLAGS)
|
||||
else
|
||||
- CFLAGS="-g"
|
||||
+ CFLAGS=$(CFLAGS)
|
||||
fi
|
||||
else
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-O2"
|
||||
+ CFLAGS=$(CFLAGS)
|
||||
else
|
||||
- CFLAGS=
|
||||
+ CFLAGS=$(CFLAGS)
|
||||
fi
|
||||
fi
|
||||
|
14
net/gmudix/patches/patch-src_Makefile_in
Normal file
14
net/gmudix/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2003/07/22 22:02:32 jolan Exp $
|
||||
--- src/Makefile.in.orig Mon Dec 9 11:32:56 2002
|
||||
+++ src/Makefile.in Sat Jul 19 11:45:59 2003
|
||||
@@ -87,8 +87,8 @@ bin_PROGRAMS = gmudix
|
||||
gmudix_SOURCES = alias.c commands.c file.c gui_alias.c gui_capture.c gui_character.c gui_color.c gui_font.c gui_general.c gui_macro.c gui_main.c gui_path.c gui_preferences.c gui_tab.c gui_timer.c gui_trigger.c gui_user.c gui_variable.c history.c log.c macro.c mccp.c mudix.c net.c path.c process.c string.c tabs.c telnet.c timer.c trigger.c user.c variable.c
|
||||
INCLUDES = -Wall -I.. -I../include `pkg-config --cflags gtk+-2.0`
|
||||
gmudix_LDFLAGS = -lz `pkg-config --libs gtk+-2.0` `pkg-config --libs gthread-2.0`
|
||||
-@DEBUG_SYMBOLS_TRUE@CFLAGS := $(CFLAGS) -O2 -g
|
||||
-@DEBUG_SYMBOLS_FALSE@CFLAGS := $(CFLAGS) -O2
|
||||
+@DEBUG_SYMBOLS_TRUE@CFLAGS := $(CFLAGS)
|
||||
+@DEBUG_SYMBOLS_FALSE@CFLAGS := $(CFLAGS)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../conf.h
|
||||
CONFIG_CLEAN_FILES =
|
5
net/gmudix/pkg/DESCR
Normal file
5
net/gmudix/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
gMUDix is an improved version of MUDix, a MUD client for the Linux
|
||||
console. It is designed to run as an X application, and was developed
|
||||
with GTK+ 2.0. gMUDix has all the features of MUDix and more, including
|
||||
ANSI color mapping, aliasing, macros, paths, tab completions, timers,
|
||||
triggers, variables, and an easy-to-use script language.
|
4
net/gmudix/pkg/PLIST
Normal file
4
net/gmudix/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/22 22:02:32 jolan Exp $
|
||||
bin/gmudix
|
||||
share/doc/gmudix/gmudix.txt
|
||||
@dirrm share/doc/gmudix
|
Loading…
Reference in New Issue
Block a user