blob: d9c430e1f4683ce98690eca874c1fd4b978ba1fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.9 2001/02/16 15:10:42 wiz 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
COMMENT= Small blob that sits on top of your active window
DEPENDS+= kdebase-1.1.2:../../x11/kdebase
USE_X11BASE= yes # To get this near KDE
GNU_CONFIGURE= yes
EVAL_PREFIX+= QT1DIR=qt1
CONFIGURE_ENV+= QTDIR=${QT1DIR}/qt1
CONFIGURE_ARGS+=--with-qt-dir=${QT1DIR}/qt1
.include "../../mk/bsd.pkg.mk"
|