cdb0e0f742
pkgsrc-users@. Changes: 2.4.5 - Jul 03, 2009 * Enabled HTTP redirection followup, thanks to David Kaasen. 2.4.4 - May 13, 2007 * Fixed dewpoint calculation, thanks to Djalma Brandão Martins. * Minor updates. 2.4.3 - Jul 11, 2004 * Applied heat index patch, thanks to Hirose, Masaaki. * Updated default config file, fixed manual dashes.
32 lines
901 B
Makefile
32 lines
901 B
Makefile
# $NetBSD: Makefile,v 1.43 2015/08/16 12:03:02 leot Exp $
|
|
|
|
DISTNAME= wmweather-2.4.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://people.debian.org/~godisch/wmweather/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://people.debian.org/~godisch/
|
|
COMMENT= WindowMaker DockApp showing local weather conditions
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake xmessage:run
|
|
|
|
CONFIGURE_ARGS+= --with-sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
CONFIGURE_ARGS+= --with-xmessage=${TOOLS_PATH.xmessage}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|
CONF_FILES+= ${EGDIR}/wmweather.conf ${PKG_SYSCONFDIR}/wmweather.conf
|
|
|
|
LDFLAGS.SunOS+= -lsocket
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|