summaryrefslogtreecommitdiff
path: root/devel/cervisia/Makefile
blob: 1376cb3b29c9618177b1215639865b92da9f7632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.6 2000/07/11 14:53:38 agc Exp $
#

DISTNAME=	cervisia-0.5.0
CATEGORIES=	kde devel
MASTER_SITES=	ftp://linde.physik.hu-berlin.de/pub/bernd/cervisia/ \
		ftp://ftp.kde.org/pub/kde/unstable/apps/utils/

MAINTAINER=	hubertf@netbsd.org
HOMEPAGE=	http://cervisia.sourceforge.net/

DEPENDS+=	kde-1.1.2:../../x11/kde
DEPENDS+=	cvs-1.10:../../devel/cvs

USE_X11BASE=		yes	# To get this near KDE
GNU_CONFIGURE=		yes
CONFIGURE_ENV+=	"QTDIR=`${MAKE} show-qt1-prefix`/qt1"
CONFIGURE_ARGS+=--with-qt-includes=`${MAKE} show-qt1-prefix`/qt1/include \
		--with-qt-libraries=`${MAKE} show-qt1-prefix`/qt1/lib \
		--with-extra-includes=${LOCALBASE}/include \
		--with-extra-libs=${LOCALBASE}/lib

.include "../../mk/bsd.pkg.mk"