ports/security/libgpg-error/Makefile

32 lines
662 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= error codes for GnuPG related software
DISTNAME= libgpg-error-1.47
CATEGORIES= security devel
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS += gpg-error 3.25 # 34.0
HOMEPAGE= https://www.gnupg.org/software/libgpg-error/index.html
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2 - LGPLv2
PERMIT_PACKAGE= Yes
WANTLIB += c iconv intl
2023-09-28 02:05:49 +00:00
SITES= ${SITE_GNUPG:=libgpg-error/}
2023-08-16 22:26:55 +00:00
USE_GMAKE= Yes
LIB_DEPENDS= devel/gettext,-runtime
CONFIGURE_STYLE= gnu
DEBUG_PACKAGES= ${BUILD_PACKAGES}
# needed by (at least) multimedia/libbdplus and security/gpgme
CONFIGURE_ARGS += --enable-install-gpg-error-config
.include <bsd.port.mk>