pkgsrc/x11/wmweather/Makefile
jlam 1190aa3a5c * Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
* Use REPLACE_PERL instead of patching GrabWeather directly.
* Remove unnecessary dependency on windowmaker; only xpm is required.
* Patch manpage to note that we need a FTP client that can fetch URLs, and
  not wget.  Point out that lukemftp satisfies this requirement for
  inferior platforms.
* Take second part of patch from pkg/13377 by Ben Wong <ben@wongs.net> so
  that ftp doesn't output to the terminal.
2001-07-15 14:03:12 +00:00

21 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/07/15 14:03:12 jlam 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
USE_BUILDLINK_ONLY= # defined
USE_X11BASE= # defined
USE_PERL5= # defined
REPLACE_PERL= GrabWeather
CPPFLAGS+= -I${X11BASE}/include
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"