mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
7c806af372
MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav)
36 lines
754 B
Makefile
36 lines
754 B
Makefile
# New ports collection makefile for: amcl
|
|
# Date created: 15 Apr 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome-mud
|
|
PORTVERSION= 0.10.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK-based MUD client with triggers, aliases, colors, etc
|
|
|
|
USE_GETTEXT= 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>
|