2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2011/09/16 11:13:38 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 18:02:32 -04:00
|
|
|
|
2008-10-28 09:09:53 -04: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 18:02:32 -04:00
|
|
|
|
|
|
|
DISTNAME= gmudix-0.10
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION= 11
|
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 18:02:32 -04:00
|
|
|
CATEGORIES= net x11
|
2007-11-17 15:39:02 -05: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 18:02:32 -04:00
|
|
|
HOMEPAGE= http://dw.nl.eu.org/mudix.html
|
|
|
|
MASTER_SITES= http://dw.nl.eu.org/gmudix/
|
2007-11-17 15:39:02 -05: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 18:02:32 -04:00
|
|
|
MAINTAINER= Chris Kuethe <ckuethe@ualberta.ca>
|
|
|
|
|
2009-03-16 17:29:34 -04: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 18:02:32 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-17 15:39:02 -05:00
|
|
|
|
2009-03-16 17:29:34 -04: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 04:11:24 -04:00
|
|
|
WANTLIB += freetype m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2010-09-30 03:21:18 -04:00
|
|
|
WANTLIB += pixman-1 png pthread pthread-stubs xcb z gdk_pixbuf-2.0
|
2010-11-11 09:00:44 -05: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 18:02:32 -04:00
|
|
|
|
|
|
|
|
2010-11-19 17:31:32 -05: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 18:02:32 -04:00
|
|
|
|
2006-01-20 15:54:35 -05: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 18:02:32 -04: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>
|