summaryrefslogtreecommitdiff
path: root/games/amor/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-11-05 01:58:18 +0000
committerhubertf <hubertf@pkgsrc.org>1999-11-05 01:58:18 +0000
commitbd793060b492b778966c82fe136c7aeb487938de (patch)
tree31c787b4e6bc94655cabf080644cef52bac174bb /games/amor/Makefile
parent8f90c94d937bd678c0b35b1f84e0c45a12bedbd5 (diff)
downloadpkgsrc-bd793060b492b778966c82fe136c7aeb487938de.tar.gz
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).
Diffstat (limited to 'games/amor/Makefile')
-rw-r--r--games/amor/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/amor/Makefile b/games/amor/Makefile
new file mode 100644
index 00000000000..614cf71bfb6
--- /dev/null
+++ b/games/amor/Makefile
@@ -0,0 +1,17 @@
+# $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"