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

Annotation of pkgsrc/databases/libpqxx/Makefile, Revision 1.23

1.23    ! joerg       1: # $NetBSD: Makefile,v 1.22 2010/01/16 17:57:37 wiz Exp $
1.1       is          2: #
                      3:
1.21      joerg       4: PKG_DESTDIR_SUPPORT=   user-destdir
                      5:
1.4       is          6: .include "../../databases/libpqxx/Makefile.common"
1.1       is          7:
                      8: COMMENT=               C++ interface to postgresql-lib
1.23    ! joerg       9: PKGREVISION=           3
1.3       wiz        10:
1.2       is         11: NOT_FOR_PLATFORM=      NetBSD-*-pc532
1.1       is         12:
1.5       jlam       13: USE_LANGUAGES=         c c++
1.6       jlam       14: USE_LIBTOOL=           yes
1.7       jmmv       15: PKGCONFIG_OVERRIDE+=   libpqxx.pc.in
1.15      markd      16: GNU_CONFIGURE=         yes
                     17:
                     18: .include "../../mk/bsd.prefs.mk"
1.1       is         19:
1.15      markd      20: .if ${OPSYS} == "NetBSD"
                     21: # No strerror_r
                     22: CONFIGURE_ARGS+=       --disable-thread-safety
                     23: .endif
1.1       is         24:
1.11      recht      25: .include "../../mk/pgsql.buildlink3.mk"
1.1       is         26: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>