summaryrefslogtreecommitdiff
path: root/misc/bbweather/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-19 00:20:04 +0000
committerwiz <wiz@pkgsrc.org>2002-03-19 00:20:04 +0000
commitd2b7bdfe0d2ce78877fa3fc6543ef56c9eace202 (patch)
treec87ef148bd7809e54da464dc50345361d8536beb /misc/bbweather/Makefile
parentc5c5e1da8454cce51af89cf29e3dc91dc8cd60a6 (diff)
downloadpkgsrc-d2b7bdfe0d2ce78877fa3fc6543ef56c9eace202.tar.gz
Initial import of bbweather-0.4:
bbweather is a tool which displays the current weather conditions in an decorated window, simulating the look of the Blackbox toolbar (Blackbox is a Windowmanager for X11). This tool is heavily based on "bbdate" by John Kennis, almost 90% of the code (rough guess ;) were taken over unaltered. Furthermore, bbweather was inspired by wmWeather by Michael G. Henderson, from where I grabbed the perl-script that fetches the weather-conditions from your local station.
Diffstat (limited to 'misc/bbweather/Makefile')
-rw-r--r--misc/bbweather/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile
new file mode 100644
index 00000000000..e283190382f
--- /dev/null
+++ b/misc/bbweather/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/19 00:20:04 wiz Exp $
+#
+
+DISTNAME= bbweather-0.4
+CATEGORIES= misc
+MASTER_SITES= http://www.netmeister.org/apps/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.netmeister.org/apps/bbweather/
+COMMENT= show current weather conditions
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+USE_PERL5= YES
+REPLACE_PERL= GrabWeather
+
+post-install:
+ cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} GrabWeather.1.gz
+ cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} bbweather.1.gz
+
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"