freebsd-ports/net/kmud/Makefile
Mario Sergio Fujikawa Ferreira 63e7d790be o Update to 1.0
o Use MASTER_SITE_SOURCEFORGE instead of *_SUNSITE

PR:		28845
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-05 18:20:30 +00:00

29 lines
603 B
Makefile

# New ports collection makefile for: KMud
# Date created: 31 Oct 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= kmud
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.kmud.de/pub/kmud/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
USE_KDEBASE_VER=1
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" \
QTDIR="${X11BASE}"
pre-patch:
@${PERL} -pi -e "s|-ldl ||g" ${WRKSRC}/kmud/Makefile.in
.include <bsd.port.mk>