summaryrefslogtreecommitdiff
path: root/www/kdewebdev/Makefile
blob: 822435ceb3a0af540a112d001d8c1612ccd080b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	Quanta+
# Date created:				19 May 2000
# Whom:					Will Andrews <ports@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	quanta
PORTVERSION= 	1.0.4
CATEGORIES=	www kde
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	kdeui.3:${PORTSDIR}/x11/kdelibs11/
BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext/

USE_BZIP2=	yes
USE_QT=		yes
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}
USE_GMAKE=	yes

.include <bsd.port.mk>