openbsd-ports/sysutils/gkrellm/plugins/weather/Makefile
2005-11-15 19:25:54 +00:00

24 lines
601 B
Makefile

# $OpenBSD: Makefile,v 1.5 2005/11/15 19:25:56 wilfried Exp $
COMMENT= "Weather plugin for GkrellM2"
DISTNAME= gkrellweather-2.0.6
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11 sysutils/gkrellm
EXTRACT_SUFX= .tgz
HOMEPAGE= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/index.html
MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
ALL_TARGET= gkrellweather.so
PLUGIN= ${WRKSRC}/gkrellweather.so
post-patch:
@perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/gkrellweather.c
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/GrabWeather \
${PREFIX}/bin/gkrellm.GrabWeather
.include <bsd.port.mk>