2010-10-11 04:11:24 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2010/10/11 08:18:07 jasper Exp $
|
import of gkrellm 2.1.21 and associated plugins
besides bringing gkrellm and the plugins up2date, this introduces a new
port structure, where all plugins are located in sysutils/gkrellm/plugins.
the set of plugins consists of:
aclock, bgchg, flynn, itime, kam, launch, mailwatch, mms, moon, mss, reminder
shoot, stock, sun, volume, weather and wireless
ports done and maintained by Peter Hessler <spambox@theapt.org>
all prior maintainers either agreed to him taking over their plugins or
timed out.
2003-11-03 15:34:16 -05:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT= Weather plugin for GkrellM2
|
import of gkrellm 2.1.21 and associated plugins
besides bringing gkrellm and the plugins up2date, this introduces a new
port structure, where all plugins are located in sysutils/gkrellm/plugins.
the set of plugins consists of:
aclock, bgchg, flynn, itime, kam, launch, mailwatch, mms, moon, mss, reminder
shoot, stock, sun, volume, weather and wireless
ports done and maintained by Peter Hessler <spambox@theapt.org>
all prior maintainers either agreed to him taking over their plugins or
timed out.
2003-11-03 15:34:16 -05:00
|
|
|
|
2010-04-10 09:11:30 -04:00
|
|
|
DISTNAME= gkrellweather-2.0.8
|
2010-10-11 04:11:24 -04:00
|
|
|
REVISION= 1
|
2007-10-25 11:15:54 -04:00
|
|
|
CATEGORIES= x11
|
import of gkrellm 2.1.21 and associated plugins
besides bringing gkrellm and the plugins up2date, this introduces a new
port structure, where all plugins are located in sysutils/gkrellm/plugins.
the set of plugins consists of:
aclock, bgchg, flynn, itime, kam, launch, mailwatch, mms, moon, mss, reminder
shoot, stock, sun, volume, weather and wireless
ports done and maintained by Peter Hessler <spambox@theapt.org>
all prior maintainers either agreed to him taking over their plugins or
timed out.
2003-11-03 15:34:16 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2010-04-10 09:11:30 -04:00
|
|
|
HOMEPAGE= http://sites.google.com/site/makovick/gkrellm-plugins
|
|
|
|
MASTER_SITES= http://sites.google.com/site/makovick/projects/
|
import of gkrellm 2.1.21 and associated plugins
besides bringing gkrellm and the plugins up2date, this introduces a new
port structure, where all plugins are located in sysutils/gkrellm/plugins.
the set of plugins consists of:
aclock, bgchg, flynn, itime, kam, launch, mailwatch, mms, moon, mss, reminder
shoot, stock, sun, volume, weather and wireless
ports done and maintained by Peter Hessler <spambox@theapt.org>
all prior maintainers either agreed to him taking over their plugins or
timed out.
2003-11-03 15:34:16 -05:00
|
|
|
|
|
|
|
ALL_TARGET= gkrellweather.so
|
|
|
|
PLUGIN= ${WRKSRC}/gkrellweather.so
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather \
|
|
|
|
${PREFIX}/bin/gkrellm.GrabWeather
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|