freebsd-ports/games/mudmagic/Makefile
Edward Tomasz Napierala 627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00

39 lines
852 B
Makefile

# New ports collection makefile for: mudmagic
# Date created: 2006-09-21
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= mudmagic
PORTVERSION= 1.9
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.mudmagic.com/mud-client/downloads/
MAINTAINER= trasz@FreeBSD.org
COMMENT= A GTK+ based MUD client
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
pcre.0:${PORTSDIR}/devel/pcre \
png.5:${PORTSDIR}/graphics/png \
expat:${PORTSDIR}/textproc/expat2 \
sqlite3.8:${PORTSDIR}/databases/sqlite3
USE_GNOME= gtk20 libglade2 libxml2 gnomehack
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PYTHON= 24
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= mudmagic.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>