pkgsrc/misc/bbweather/Makefile
jlam bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00

26 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.15 2005/07/15 18:27:52 jlam Exp $
#
DISTNAME= bbweather-0.6.2
CATEGORIES= misc
MASTER_SITES= http://www.netmeister.org/apps/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://www.netmeister.org/apps/bbweather/
COMMENT= Show current weather conditions
DEPENDS+= wget>=1.7:../../net/wget
GNU_CONFIGURE= YES
REPLACE_PERL= GrabWeather
USE_PERL5= run
USE_TOOLS+= gunzip
.include "../../mk/x11.buildlink3.mk"
post-install:
cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} GrabWeather.1.gz
cd ${PREFIX}/man/man1 && ${GUNZIP_CMD} bbweather.1.gz
.include "../../mk/bsd.pkg.mk"