pkgsrc/security/libgpg-error/Makefile
adam b638560754 libgpg-error: updated to 1.42
Noteworthy changes in version 1.42 (2021-03-22)
* Allow Unicode file names under Windows for the gettext domain.
* Improve cross-compiling support.
* Improve $libdir determination by gpgrt-config.
* Support --disable-thread by gen-lock-obj.sh.
2021-04-01 13:18:34 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.81 2021/04/01 13:18:34 adam Exp $
DISTNAME= libgpg-error-1.42
CATEGORIES= security
MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/libgpg-error/
MASTER_SITES+= ftp://ftp.gnupg.org/gcrypt/libgpg-error/
MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://www.gnupg.org/software/libgpg-error/index.html
COMMENT= Definitions of common error values for all GnuPG components
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
INFO_FILES= yes
TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q}
.else
CONFIGURE_ENV+= CC_FOR_BUILD=${CC:Q}\ ${CFLAGS:M*:Q}
.endif
.if !empty(MACHINE_PLATFORM:MDarwin-8.*-powerpc)
CFLAGS+= -D__DARWIN_UNIX03
.endif
.if !empty(MACHINE_PLATFORM:MSunOS-5.10-*)
LIBS+= -lrt
.endif
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"