pkgsrc-wip/e2fsprogs/Makefile.common
Roland Illig 67692c6f73 The DISTINFO_FILE variable now points to the distinfo file in this
directory. Needed for wip/com_err.
2005-09-28 05:02:56 +00:00

20 lines
713 B
Makefile

# $NetBSD: Makefile.common,v 1.11 2005/09/28 05:02:56 rillig Exp $
# $Id: Makefile.common,v 1.11 2005/09/28 05:02:56 rillig Exp $
#
# XXX When changing, be sure to run "make makesum" in libuuid directory too.
E2FSPROGS_VERSION= 1.36
E2FSPROGS_DISTNAME= e2fsprogs-${E2FSPROGS_VERSION}
E2FSPROGS_MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/} \
ftp://ftp.gwdg.de/pub/linux/mirrors/tsx-11/packages/ext2fs/
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
USE_MAKEINFO= YES
USE_PKGLOCALEDIR= YES
CONFIGURE_ENV+= ac_cv_path_MSGFMT=${LOCALBASE}/bin/msgfmt
CONFIGURE_ARGS+= --enable-elf-shlibs
DISTINFO_FILE= ${.CURDIR}/../../wip/e2fsprogs/distinfo