2010-11-19 22:31:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2010/11/19 22:31:33 espie Exp $
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
|
2008-10-28 13:09:53 +00:00
|
|
|
COMMENT= GNOME MUD/Moo Client
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
|
|
|
|
DISTNAME= gmudix-0.10
|
2010-10-11 08:11:24 +00:00
|
|
|
REVISION= 10
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
CATEGORIES= net x11
|
2007-11-17 20:39:02 +00:00
|
|
|
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
HOMEPAGE= http://dw.nl.eu.org/mudix.html
|
|
|
|
MASTER_SITES= http://dw.nl.eu.org/gmudix/
|
2007-11-17 20:39:02 +00:00
|
|
|
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
MAINTAINER= Chris Kuethe <ckuethe@ualberta.ca>
|
|
|
|
|
2009-03-16 21:29:34 +00:00
|
|
|
# GPLv2+
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-17 20:39:02 +00:00
|
|
|
|
2009-03-16 21:29:34 +00:00
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
2010-10-11 08:11:24 +00:00
|
|
|
WANTLIB += freetype m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2010-09-30 07:21:18 +00:00
|
|
|
WANTLIB += pixman-1 png pthread pthread-stubs xcb z gdk_pixbuf-2.0
|
2010-11-11 14:00:44 +00:00
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
|
|
|
WANTLIB += gdk-x11-2.0 gtk-x11-2.0
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
|
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
LIB_DEPENDS= devel/glib2 \
|
|
|
|
x11/gtk+2
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
|
2006-01-20 20:54:35 +00:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
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.
2003-07-22 22:02:32 +00:00
|
|
|
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>
|