mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
22 lines
393 B
Makefile
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>
|