3e474a90d8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
25 lines
610 B
Makefile
25 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/07/16 01:19:14 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_TOOLS+= gunzip perl:run
|
|
|
|
.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"
|