1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/gnome-mud/Makefile
Kirill Ponomarev 67cbe6c895 Rearrange USE_GNOME
PR:		ports/70632
Submitted by:	Ports Fury
2004-08-18 18:28:17 +00:00

34 lines
746 B
Makefile

# New ports collection makefile for: amcl
# Date created: 15 Apr 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= gnome-mud
PORTVERSION= 0.10.5
PORTREVISION= 2
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_PYTHON= yes
USE_GNOME= gnomehack gnometarget gnomeprefix intlhack libgnomeui \
pygtk2 vte
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN6= gnome-mud.6
post-patch:
@${REINPLACE_CMD} -e \
's|prefix)/games|prefix)/bin|g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>