summaryrefslogtreecommitdiff
path: root/misc/wmweather/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-03-11 12:08:09 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-03-11 12:08:09 +0000
commit5f223c36c6e8063d4ead76e5a069e53f3ce08beb (patch)
tree92eccfba8e1064aa7bde765453f2cf4013609c32 /misc/wmweather/Makefile
parentUse INSTALL_DATA for installing libraries. (diff)
wmweather is a WindowMaker dockapp which periodically fetches
meteorological data from the net and displays it in the dock. PR: ports/9697
Notes
Notes: svn path=/head/; revision=17137
Diffstat (limited to 'misc/wmweather/Makefile')
-rw-r--r--misc/wmweather/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/wmweather/Makefile b/misc/wmweather/Makefile
new file mode 100644
index 000000000000..567872d5d25f
--- /dev/null
+++ b/misc/wmweather/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: wmWeather-1.1
+# Version required: 1.1
+# Date created: 26 January 1998
+# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
+#
+# $Id$
+
+DISTNAME= wmWeather-1.1
+CATEGORIES= misc windowmaker
+MASTER_SITES= ftp://leadbelly.lanl.gov/pub/mgh/
+
+MAINTAINER= kkennawa@physics.adelaide.edu.au
+
+RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/net/wget
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/wmWeather
+
+USE_GMAKE= yes
+ALL_TARGET= clean all
+
+MAN1= wmWeather.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmWeather ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather ${PREFIX}/bin/GrabWeather
+ ${INSTALL_MAN} ${WRKSRC}/wmWeather.1 ${PREFIX}/man/man1/
+
+.include <bsd.port.mk>