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

Annotation of pkgsrc/pkgtools/libnbcompat/Makefile, Revision 1.77

1.77    ! joerg       1: # $NetBSD: Makefile,v 1.76 2011/12/28 19:19:31 joerg Exp $
1.36      jlam        2: #
                      3: # NOTE: If you update this package, it is *mandatory* that you update
                      4: #      pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual
                      5: #      list of tested and supported platforms.
1.1       grant       6: #
                      7:
1.77    ! joerg       8: DISTNAME=              libnbcompat-20120702
1.46      reed        9: CATEGORIES=            pkgtools devel
1.1       grant      10: MASTER_SITES=          # empty
                     11: DISTFILES=             # empty
                     12:
1.75      joerg      13: MAINTAINER=            joerg@NetBSD.org
1.1       grant      14: HOMEPAGE=              http://www.NetBSD.org/
1.42      reed       15: COMMENT=               Portable NetBSD compatibility library
1.1       grant      16:
1.64      joerg      17: PKG_DESTDIR_SUPPORT=   user-destdir
1.12      jlam       18:
1.36      jlam       19: GNU_CONFIGURE=         yes
1.64      joerg      20: MAKE_ENV+=             LIBMODE=${LIBMODE}
1.1       grant      21:
1.65      joerg      22: # Enable by default for standalone builds
                     23: CONFIGURE_ARGS+=       --enable-db
                     24:
1.1       grant      25: do-extract:
1.44      tv         26:        @${CP} -R ${FILESDIR} ${WRKSRC}
1.1       grant      27:
                     28: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>