2011-04-22 15:41:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.33 2011/04/22 13:41:54 obache Exp $
|
2003-12-06 00:24:31 +01:00
|
|
|
|
2010-11-26 18:55:21 +01:00
|
|
|
DISTNAME= libgpg-error-1.10
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 1
|
2003-12-06 00:24:31 +01:00
|
|
|
CATEGORIES= security
|
2006-10-13 19:32:10 +02:00
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \
|
2009-05-01 15:59:53 +02:00
|
|
|
ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \
|
|
|
|
ftp://mirror.switch.ch/mirror/gnupg/libgpg-error/ \
|
|
|
|
ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/libgpg-error/ \
|
|
|
|
ftp://ftp.gnupg.ca/libgpg-error/
|
2008-10-14 13:32:11 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2003-12-06 00:24:31 +01:00
|
|
|
|
2004-02-25 16:02:26 +01:00
|
|
|
MAINTAINER= minskim@NetBSD.org
|
2003-12-06 00:24:31 +01:00
|
|
|
HOMEPAGE= http://www.gnupg.org/
|
|
|
|
COMMENT= Definitions of common error values for all GnuPG components
|
2010-01-22 00:32:10 +01:00
|
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
2003-12-06 00:24:31 +01:00
|
|
|
|
2004-02-25 16:02:26 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2006-11-05 18:31:09 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-02-25 16:02:26 +01:00
|
|
|
|
2011-01-20 08:43:02 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= CC_FOR_BUILD=${CC:Q}\ ${CFLAGS:M*:Q}
|
|
|
|
MAKE_ENV+= LC_ALL="C"
|
2007-11-03 23:40:27 +01:00
|
|
|
MAKE_JOBS_SAFE= no
|
2005-05-16 00:22:48 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
# XXX See HACKS
|
2011-01-20 08:43:02 +01:00
|
|
|
.if ${OPSYS} == "IRIX" || !empty(MACHINE_PLATFORM:MNetBSD-[3-9]*)
|
2005-09-22 11:11:37 +02:00
|
|
|
USE_TOOLS+= nawk
|
|
|
|
.else
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gawk
|
2005-05-16 00:22:48 +02:00
|
|
|
.endif
|
2004-10-15 20:21:56 +02:00
|
|
|
|
2006-04-14 20:14:34 +02:00
|
|
|
TEST_TARGET= check
|
|
|
|
|
2004-10-15 20:21:56 +02:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2011-01-20 08:43:02 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2003-12-06 00:24:31 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|