blob: 273427f019c54e3a9008f86d16c7205370369b8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|