summaryrefslogtreecommitdiff
path: root/x11/wmweather/Makefile
blob: 2ab0d6948bfdab19b820eeecee02c0777836364c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.4 2001/02/17 17:06:55 wiz Exp $
#

DISTNAME=	wmWeather-1.31
WRKSRC=		${WRKDIR}/${DISTNAME}/Src
CATEGORIES=	x11
MASTER_SITES=	http://nis-www.lanl.gov/~mgh/WindowMaker/

MAINTAINER=	rh@netbsd.org
HOMEPAGE=	http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
COMMENT=	WindowMaker DockApp showing local weather conditions

DEPENDS+=	windowmaker-*:../../wm/windowmaker

USE_PERL5=	# defined
USE_X11BASE=	# defined

do-configure:
	${CP} ${WRKSRC}/GrabWeather ${WRKSRC}/GrabWeather.orig
	${SED} "s:/usr/bin/perl:${PERL5}:g" \
		<${WRKSRC}/GrabWeather.orig >${WRKSRC}/GrabWeather

.include "../../mk/bsd.pkg.mk"