7b4709677e
- convert spaces to tabs (pkglint --autofix) - set, not append to USE_LANGUAGES
18 lines
651 B
Makefile
18 lines
651 B
Makefile
# $NetBSD: Makefile.common,v 1.14 2006/10/29 08:32:42 shattered Exp $
|
|
# $Id: Makefile.common,v 1.14 2006/10/29 08:32:42 shattered 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/
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake makeinfo msgfmt
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_MSGFMT=${LOCALBASE}/bin/msgfmt
|
|
CONFIGURE_ARGS+= --enable-elf-shlibs
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../wip/e2fsprogs/distinfo
|