2000-04-16 06:16:49 +02:00
|
|
|
# New ports collection makefile for: amcl
|
|
|
|
# Date created: 15 Apr 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-02-23 19:56:42 +01:00
|
|
|
PORTNAME= gnome-mud
|
2005-05-16 20:39:21 +02:00
|
|
|
PORTVERSION= 0.10.7
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 7
|
2003-02-23 19:56:42 +01:00
|
|
|
CATEGORIES= net gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2000-04-16 06:16:49 +02:00
|
|
|
|
2001-01-09 01:06:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= GTK-based MUD client with triggers, aliases, colors, etc
|
2000-04-16 06:16:49 +02:00
|
|
|
|
2006-08-15 10:27:47 +02:00
|
|
|
USE_GETTEXT= yes
|
2004-08-18 20:28:17 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget gnomeprefix intlhack libgnomeui \
|
|
|
|
pygtk2 vte
|
2005-05-16 20:39:21 +02:00
|
|
|
USE_PYTHON= yes
|
2003-08-23 23:49:23 +02:00
|
|
|
USE_GMAKE= yes
|
2000-10-03 11:28:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-01-12 17:02:50 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-08-23 23:49:23 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2005-05-16 09:21:10 +02:00
|
|
|
CONFIGURE_ARGS= --enable-mccp
|
2005-05-16 20:39:21 +02:00
|
|
|
INSTALLS_OMF= yes
|
2001-01-12 17:02:50 +01:00
|
|
|
|
2003-12-27 16:01:03 +01:00
|
|
|
MAN6= gnome-mud.6
|
2004-11-23 20:33:08 +01:00
|
|
|
GCONF_SCHEMAS= gnome-mud.schemas
|
2003-02-23 19:56:42 +01:00
|
|
|
|
2001-01-12 17:02:50 +01:00
|
|
|
post-patch:
|
2003-12-27 16:01:03 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|prefix)/games|prefix)/bin|g' ${WRKSRC}/src/Makefile.in
|
2000-04-16 06:16:49 +02:00
|
|
|
|
2004-02-20 17:16:47 +01:00
|
|
|
.include <bsd.port.mk>
|