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

Annotation of pkgsrc/www/sitecopy/Makefile, Revision 1.27

1.27    ! jlam        1: # $NetBSD: Makefile,v 1.26 2004/04/15 21:44:47 snj Exp $
1.1       jlam        2:
1.18      wiz         3: DISTNAME=              sitecopy-0.13.4
1.25      wiz         4: PKGREVISION=           4
1.1       jlam        5: CATEGORIES=            www
                      6: MASTER_SITES=          http://www.lyra.org/sitecopy/
                      7:
1.27    ! jlam        8: MAINTAINER=            tech-pkg@NetBSD.org
1.1       jlam        9: HOMEPAGE=              http://www.lyra.org/sitecopy/
1.17      martti     10: COMMENT=               Utility for synchronizing remote and local web sites
1.1       jlam       11:
1.19      wiz        12: BUILD_USES_MSGFMT=     # defined
                     13:
1.24      grant      14: USE_GNU_TOOLS+=                make
1.26      snj        15: USE_BUILDLINK3=                yes
1.14      cjep       16: USE_PKGLOCALEDIR=      # defined
1.1       jlam       17:
                     18: GNU_CONFIGURE=         # defined
1.12      jlam       19: CONFIGURE_ARGS+=       --with-ssl=${SSLBASE}
1.2       jlam       20: CONFIGURE_ARGS+=       --with-included-neon
1.18      wiz        21: CONFIGURE_ARGS+=       --with-libxml2
1.10      jlam       22:
1.1       jlam       23: # The build process doesn't correctly find the header for GNU fnmatch, which
                     24: # is provided in ${WRKSRC}/lib.  Help the compiler by linking the header
                     25: # to ${WRKSRC} and explicitly passing -I. to the compiler.
                     26: #
                     27: CFLAGS+=               -I.
                     28:
                     29: pre-build:
                     30:        ${RM} -f ${WRKSRC}/fnmatch.h
                     31:        ${LN} -sf ${WRKSRC}/lib/fnmatch.h ${WRKSRC}/fnmatch.h
                     32:
1.20      jschauma   33: .if !exists(/usr/include/getopt.h)
1.26      snj        34: .  include "../../pkgtools/libnbcompat/buildlink3.mk"
1.20      jschauma   35: .endif
                     36:
1.26      snj        37: .include "../../devel/gettext-lib/buildlink3.mk"
                     38: .include "../../security/openssl/buildlink3.mk"
                     39: .include "../../textproc/libxml2/buildlink3.mk"
1.12      jlam       40:
1.26      snj        41: .include "../../mk/pthread.buildlink3.mk"
1.1       jlam       42: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>