pkgsrc/x11/wmweather/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

34 lines
932 B
Makefile

# $NetBSD: Makefile,v 1.31 2008/01/18 05:10:07 tnn Exp $
#
DISTNAME= wmweather-2.4.2
PKGREVISION= 8
CATEGORIES= x11
MASTER_SITES= http://www.godisch.de/debian/wmweather/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.godisch.de/debian/wmweather/
COMMENT= WindowMaker DockApp showing local weather conditions
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 "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"