summaryrefslogtreecommitdiff
path: root/games/amor/Makefile
blob: a985a96ca26d0fc36bf1f92d126b6f64196d10e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.6 2000/07/11 14:53:39 agc Exp $
#

DISTNAME=	amor-0.6
CATEGORIES=	games kde
MASTER_SITES=	http://www.powerup.com.au/~mjones/amor/
EXTRACT_SUFX=	.tgz

MAINTAINER=	hubertf@netbsd.org
HOMEPAGE=	http://www.powerup.com.au/~mjones/amor/index.html

DEPENDS+=	kdebase-1.1.2:../../x11/kdebase

USE_X11BASE=		yes	# To get this near KDE
GNU_CONFIGURE=		yes
CONFIGURE_ENV+=	QTDIR=`${MAKE} show-qt1-prefix`/qt1
CONFIGURE_ARGS+=--with-qt-dir=`${MAKE} show-qt1-prefix`/qt1

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