21 lines
488 B
Makefile
21 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.20 2010/10/11 08:18:07 jasper Exp $
|
|
|
|
COMMENT= Weather plugin for GkrellM2
|
|
|
|
DISTNAME= gkrellweather-2.0.8
|
|
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>
|