a5ab9aac8b
Min Sik Kim. libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future.
21 lines
507 B
Makefile
21 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 23:24:31 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= libgpg-error-0.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/GnuPG/alpha/libgpg-error/
|
|
|
|
MAINTAINER= minskim@bawi.org
|
|
HOMEPAGE= http://www.gnupg.org/
|
|
COMMENT= Definitions of common error values for all GnuPG components
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|