1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/net/kmud/Makefile
Will Andrews 052cf380ee Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
2001-01-09 00:06:25 +00:00

24 lines
448 B
Makefile

# New ports collection makefile for: KMud
# Date created: 31 Oct 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= kmud
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.kmud.de/pub/kmud/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT= yes
.include <bsd.port.mk>