1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/mudmagic/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

34 lines
759 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= 5
CATEGORIES= games
MASTER_SITES= http://www.mudmagic.com/mud-client/downloads/
MAINTAINER= trasz@FreeBSD.org
COMMENT= A GTK+ based MUD client
LIB_DEPENDS= curl.5:${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.mk>