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

Annotation of pkgsrc/textproc/libxml2/Makefile, Revision 1.56

1.56    ! xtraeme     1: # $NetBSD: Makefile,v 1.55 2004/07/01 15:14:03 recht Exp $
1.1       rh          2:
1.56    ! xtraeme     3: DISTNAME=      libxml2-2.6.11
1.1       rh          4: CATEGORIES=    textproc
1.56    ! xtraeme     5: MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libxml2/2.6/}
        !             6: EXTRACT_SUFX=  .tar.bz2
        !             7: #MASTER_SITES= ftp://xmlsoft.org/
1.1       rh          8:
1.55      recht       9: MAINTAINER=    recht@NetBSD.org
1.1       rh         10: HOMEPAGE=      http://xmlsoft.org/
1.31      skrll      11: COMMENT=       XML parser library from the GNOME project
1.1       rh         12:
1.49      minskim    13: PKG_INSTALLATION_TYPES=        overwrite pkgviews
                     14:
1.45      jlam       15: USE_BUILDLINK3=                yes
1.43      grant      16: USE_GNU_TOOLS+=                make
1.1       rh         17: USE_LIBTOOL=           yes
1.48      jmmv       18: PKGCONFIG_OVERRIDE=    libxml-2.0.pc.in
1.14      martti     19:
1.3       jlam       20: GNU_CONFIGURE=         yes
1.16      jlam       21: CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
1.52      jmmv       22: CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
                     23: CONFIGURE_ARGS+=       --with-html-subdir=libxml2
1.12      martti     24: CONFIGURE_ARGS+=       --without-python
1.24      jmmv       25:
1.36      jdolecek   26: # Don't use threads - it's not apparent whether it's necessary or not,
                     27: # and this library needs to be usable by non-threaded applications too
                     28: CONFIGURE_ARGS+=       --without-threads
                     29:
1.41      seb        30: # NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not
                     31: # needed for this package the following does no harm on other platforms.
1.51      snj        32: CONFIGURE_ENV+=                F77=${FALSE}
1.41      seb        33:
1.44      xtraeme    34: MAKE_ENV+=     PAX=${PAX:Q}
1.32      wiz        35:
1.44      xtraeme    36: TEST_TARGET=   check
1.22      jmmv       37:
                     38: CFLAGS+=       -DXML_SGML_DEFAULT_CATALOG=\"\\\"${SGML_DEFAULT_CATALOG}\\\"\"
                     39: CFLAGS+=       -DXML_XML_DEFAULT_CATALOG=\"\\\"${XML_DEFAULT_CATALOG}\\\"\"
1.1       rh         40:
1.45      jlam       41: .include "../../devel/zlib/buildlink3.mk"
                     42: .include "../../converters/libiconv/buildlink3.mk"
1.22      jmmv       43: .include "../../textproc/xmlcatmgr/catalogs.mk"
1.16      jlam       44:
1.1       rh         45: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>