1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/kmud/Makefile

23 lines
431 B
Makefile
Raw Normal View History

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