blob: f0937aacbc458a7af697b088fb395f797098535c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: will
# $FreeBSD$
PORTNAME= gnome-mud
PORTVERSION= 0.11.2
PORTREVISION= 3
CATEGORIES= net gnome
MASTER_SITES= GNOME
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK-based MUD client with triggers, aliases, colors, etc
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \
gnet-2.0.0:${PORTSDIR}/net/gnet2
USE_BZIP2= yes
USES= pathfix gettext
USE_GNOME= gconf2 gnomeprefix intlhack libglade2 vte
USE_GSTREAMER= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALLS_ICONS= yes
MAN6= gnome-mud.6
GCONF_SCHEMAS= gnome-mud.schemas
.include <bsd.port.mk>
|