95e7c4c0f8
This library and associated utilities provides an uniform way for libraries to return errors to their callers, and for programs to describe errors and exceptional conditions to their users. This package provides the common error display routine library, com_err(3), and error table compiler, compile_et(1). This version of the com_err library is maintained by Theodore Ts'o and is included with the e2fsprogs code. It includes krb5 and Heimdal compatibility functions and compile_et extensions. -I packaged this to get work on getting rid of file conflicts with wip/e2fsprogs, security/heimdal, kth-krb4, and wip/mit-krb5. (I already fixed wip/e2fsprogs, but need to commit once lock is fixed.)
24 lines
689 B
Makefile
24 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/03/03 22:38:45 jeremy-c-reed Exp $
|
|
|
|
DISTNAME= ${E2FSPROGS_DISTNAME}
|
|
# what should the version be?
|
|
PKGNAME= com_err-${E2FSPROGS_VERSION}
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/lib/et
|
|
CATEGORIES= devel
|
|
# probably MASTER_SITES should be defined in the e2fsprogs/Makefile.common
|
|
MASTER_SITES= ${E2FSPROGS_MASTER_SITES}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
#HOMEPAGE= http://e2fsprogs.sourceforge.net/
|
|
COMMENT= Common Error Description Library
|
|
|
|
CONFLICTS+= e2fsprogs<=1.35
|
|
|
|
TEST_TARGET= check
|
|
|
|
do-configure:
|
|
cd ${WRKSRC}/../../ && \
|
|
${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
|
|
|
|
.include "../../wip/e2fsprogs/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|