[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / libgpg-error

Annotation of pkgsrc/security/libgpg-error/Makefile, Revision 1.32

1.32    ! adam        1: # $NetBSD: Makefile,v 1.31 2010/11/26 17:55:21 drochner Exp $
1.1       xtraeme     2:
1.31      drochner    3: DISTNAME=      libgpg-error-1.10
1.1       xtraeme     4: CATEGORIES=    security
1.18      dsainty     5: MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \
1.25      zafer       6:                ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \
                      7:                ftp://mirror.switch.ch/mirror/gnupg/libgpg-error/ \
                      8:                ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/libgpg-error/ \
                      9:                ftp://ftp.gnupg.ca/libgpg-error/
1.24      adam       10: EXTRACT_SUFX=  .tar.bz2
1.1       xtraeme    11:
1.5       minskim    12: MAINTAINER=    minskim@NetBSD.org
1.1       xtraeme    13: HOMEPAGE=      http://www.gnupg.org/
                     14: COMMENT=       Definitions of common error values for all GnuPG components
1.27      heinz      15: LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
1.1       xtraeme    16:
1.5       minskim    17: PKG_INSTALLATION_TYPES=        overwrite pkgviews
1.21      joerg      18: PKG_DESTDIR_SUPPORT=   user-destdir
1.5       minskim    19:
1.32    ! adam       20: USE_LIBTOOL=           yes
        !            21: USE_PKGLOCALEDIR=      yes
        !            22: GNU_CONFIGURE=         yes
        !            23: CONFIGURE_ENV+=                CC_FOR_BUILD=${CC:Q}\ ${CFLAGS:M*:Q}
        !            24: MAKE_ENV+=             LC_ALL="C"
1.23      rillig     25: MAKE_JOBS_SAFE=                no
1.11      jschauma   26:
                     27: .include "../../mk/bsd.prefs.mk"
                     28:
                     29: # XXX See HACKS
1.32    ! adam       30: .if ${OPSYS} == "IRIX" || !empty(MACHINE_PLATFORM:MNetBSD-[3-9]*)
1.13      xtraeme    31: USE_TOOLS+=            nawk
                     32: .else
1.12      jlam       33: USE_TOOLS+=            gawk
1.11      jschauma   34: .endif
1.7       minskim    35:
1.16      heinz      36: TEST_TARGET=           check
                     37:
1.32    ! adam       38: .include "../../converters/libiconv/buildlink3.mk"
1.3       jlam       39: .include "../../devel/gettext-lib/buildlink3.mk"
1.1       xtraeme    40: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>