diff options
Diffstat (limited to 'net/kmud/Makefile')
-rw-r--r-- | net/kmud/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/kmud/Makefile b/net/kmud/Makefile new file mode 100644 index 00000000000..3cbb091b74d --- /dev/null +++ b/net/kmud/Makefile @@ -0,0 +1,21 @@ +# 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> |