openbsd-ports/sysutils/gkrellm/plugins/weather/Makefile

21 lines
488 B
Makefile
Raw Normal View History

2010-10-11 04:11:24 -04:00
# $OpenBSD: Makefile,v 1.20 2010/10/11 08:18:07 jasper Exp $
COMMENT= Weather plugin for GkrellM2
DISTNAME= gkrellweather-2.0.8
2010-10-11 04:11:24 -04:00
REVISION= 1
CATEGORIES= x11
EXTRACT_SUFX= .tgz
HOMEPAGE= http://sites.google.com/site/makovick/gkrellm-plugins
MASTER_SITES= http://sites.google.com/site/makovick/projects/
ALL_TARGET= gkrellweather.so
PLUGIN= ${WRKSRC}/gkrellweather.so
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather \
${PREFIX}/bin/gkrellm.GrabWeather
.include <bsd.port.mk>