dc9594e09d
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
29 lines
771 B
Makefile
29 lines
771 B
Makefile
# $NetBSD: Makefile,v 1.25 2005/12/29 06:22:26 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= wmweather-2.4.2
|
|
PKGREVISION= 4
|
|
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
|
|
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|