mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
b6f19d32ba
PR: 24554 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
33 lines
789 B
Makefile
33 lines
789 B
Makefile
# New ports collection makefile for: KMud
|
|
# Date created: 31 Oct 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kmud
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
ftp://ftp.kmud.de/pub/kmud/
|
|
MASTER_SITE_SUBDIR= games/muds
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
|
|
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
|
|
RUN_DEPENDS= kdehelp:${PORTSDIR}/x11/kdebase11
|
|
|
|
USE_QT= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib" \
|
|
QTDIR="${X11BASE}"
|
|
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt \
|
|
--with-qt-libraries=${X11BASE}/lib
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e "s|-ldl ||g" ${WRKSRC}/kmud/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|