1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/kmud/Makefile
Will Andrews fbd6477b5e New port for KMud, a graphical KDE/Qt-based MUD client that has changed
significantly since the original PR I submitted.

PR:		15800
2000-03-23 03:32:49 +00:00

22 lines
393 B
Makefile

# New ports collection makefile for: KMud
# Version required: 0.3
# Date created: 31 Oct 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= kmud-0.3
CATEGORIES= games
MASTER_SITES= ftp://ftp.kmud.de/pub/kmud/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT= yes
.include <bsd.port.mk>