freebsd-ports/net/gnome-mud/Makefile
Michael Johnson e7c5d5d062 - Update to 0.10.7
PR:		ports/81126
Submitted by:	Ports Fury
2005-05-16 18:39:21 +00:00

35 lines
811 B
Makefile

# New ports collection makefile for: amcl
# Date created: 15 Apr 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= gnome-mud
PORTVERSION= 0.10.7
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK-based MUD client with triggers, aliases, colors, etc
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnometarget gnomeprefix intlhack libgnomeui \
pygtk2 vte
USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-mccp
INSTALLS_OMF= yes
MAN6= gnome-mud.6
GCONF_SCHEMAS= gnome-mud.schemas
post-patch:
@${REINPLACE_CMD} -e \
's|prefix)/games|prefix)/bin|g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>