[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / wmweather

Annotation of pkgsrc/x11/wmweather/Makefile, Revision 1.36

1.36    ! dholland    1: # $NetBSD: Makefile,v 1.35 2011/04/22 13:45:15 obache Exp $
1.1       rh          2: #
                      3:
1.13      xtraeme     4: DISTNAME=      wmweather-2.4.2
1.35      obache      5: PKGREVISION=   10
1.1       rh          6: CATEGORIES=    x11
1.32      zafer       7: MASTER_SITES=  http://people.debian.org/~godisch/wmweather/
1.1       rh          8:
1.12      grant       9: MAINTAINER=    rh@NetBSD.org
1.32      zafer      10: HOMEPAGE=      http://people.debian.org/~godisch/
1.4       wiz        11: COMMENT=       WindowMaker DockApp showing local weather conditions
1.1       rh         12:
1.14      agc        13: WRKSRC=                        ${WRKDIR}/${DISTNAME}/src
1.11      bouyer     14:
1.13      xtraeme    15: GNU_CONFIGURE=         yes
1.23      joerg      16: USE_TOOLS+=            gmake xmessage:run
1.36    ! dholland   17: PKG_DESTDIR_SUPPORT=   user-destdir
1.13      xtraeme    18:
1.24      rillig     19: CONFIGURE_ARGS+=       --with-sysconfdir=${PKG_SYSCONFDIR:Q}
1.23      joerg      20: CONFIGURE_ARGS+=       --with-xmessage=${TOOLS_PATH.xmessage}
1.13      xtraeme    21:
                     22: EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
                     23: CONF_FILES+=   ${EGDIR}/wmweather.conf ${PKG_SYSCONFDIR}/wmweather.conf
1.11      bouyer     24:
1.17      snj        25: LDFLAGS.SunOS+=        -lsocket
1.11      bouyer     26:
1.30      joerg      27: BUILDLINK_DEPMETHOD.libXt?=    build
                     28:
1.17      snj        29: .include "../../www/curl/buildlink3.mk"
1.30      joerg      30: .include "../../x11/libXext/buildlink3.mk"
1.29      joerg      31: .include "../../x11/libXpm/buildlink3.mk"
1.30      joerg      32: .include "../../x11/libXt/buildlink3.mk"
                     33: .include "../../x11/xextproto/buildlink3.mk"
1.1       rh         34:
                     35: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>