1105dc43ff
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.
30 lines
749 B
Makefile
30 lines
749 B
Makefile
# $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>
|