pkgsrc/games/amor/Makefile
hubertf bd793060b4 AMOR is an acronym for Amusing Misuse of Resources. It is a small
themeable animation that sits on top of your active window. AMOR
doesn't deliberately waste resources, but of course running any
program that serves no useful purpose is wasteful.

Several themes are available for this, a kwm compatible window manager
is required (KDE's kwm and window maker are ok).
1999-11-05 01:58:18 +00:00

17 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/11/05 01:58:18 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
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"