[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.10

1.10    ! tv          1: # $NetBSD: Makefile,v 1.9 2004/12/29 03:43:23 minskim Exp $
1.1       xtraeme     2: #
                      3:
1.7       minskim     4: DISTNAME=      libgpg-error-1.0
1.1       xtraeme     5: CATEGORIES=    security
1.7       minskim     6: MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgpg-error/
1.1       xtraeme     7:
1.5       minskim     8: MAINTAINER=    minskim@NetBSD.org
1.1       xtraeme     9: HOMEPAGE=      http://www.gnupg.org/
                     10: COMMENT=       Definitions of common error values for all GnuPG components
                     11:
1.5       minskim    12: PKG_INSTALLATION_TYPES=        overwrite pkgviews
                     13:
1.1       xtraeme    14: USE_LIBTOOL=           YES
                     15: GNU_CONFIGURE=         YES
                     16: USE_PKGLOCALEDIR=      YES
1.8       minskim    17: USE_GNU_TOOLS+=                awk
1.7       minskim    18:
1.9       minskim    19: MAKE_ENV+=             LC_ALL="C"
1.1       xtraeme    20:
1.3       jlam       21: .include "../../devel/gettext-lib/buildlink3.mk"
1.7       minskim    22: .include "../../converters/libiconv/buildlink3.mk"
1.1       xtraeme    23: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>