blob: 6130a5c98094b66b5f8c2ef69cf9aab72b0d3b94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 1999/11/05 02:36:58 hubertf 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_ARGS+=--with-qt-includes=${X11BASE}/include/qt \
--with-qt-libraries=${X11BASE}/lib
.include "../../mk/bsd.pkg.mk"
|