pkgsrc/misc/bbweather/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

27 lines
667 B
Makefile

# $NetBSD: Makefile,v 1.19 2007/01/07 09:14:00 rillig Exp $
#
DISTNAME= bbweather-0.6.2
PKGREVISION= 1
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_LANGUAGES= c c++
USE_TOOLS+= gunzip perl:run
.include "../../mk/x11.buildlink3.mk"
post-install:
cd ${PREFIX}/${PKGMANDIR}/man1 && ${GUNZIP_CMD} GrabWeather.1.gz
cd ${PREFIX}/${PKGMANDIR}/man1 && ${GUNZIP_CMD} bbweather.1.gz
.include "../../mk/bsd.pkg.mk"