shared between some other packages I am preparing, and separating it from ext2fsprogs was possible), this pkg was updated to: * have a common makefile with options applicable to e2fsprogs and libuuid * not include libuuid files in PLIST.common * as I haven't yet prepared patches for e2fsprogs, that would make libuuid will not be build/ installed during build/installation of e2fsprogs, I add a new entry to TODO file
42 lines
811 B
Text
42 lines
811 B
Text
# $NetBSD: Makefile.common,v 1.1 2004/01/10 18:08:40 mpasternak Exp $
|
|
# $Id: Makefile.common,v 1.1 2004/01/10 18:08:40 mpasternak Exp $
|
|
#
|
|
|
|
E2FSPROGS_DISTNAME= e2fsprogs-1.34
|
|
E2FSPROGS_MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/} \
|
|
ftp://ftp.dei.uc.pt/.d4/linuxberg/files/console/system/ \
|
|
ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/ \
|
|
ftp://ftp.gwdg.de/pub/linux/mirrors/tsx-11/packages/ext2fs/
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
USE_MAKEINFO= YES
|
|
USE_BUILDLINK2= YES # so USE_PKGLOCALEDIR will work
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_MSGFMT=${LOCALBASE}/bin/msgfmt
|
|
CONFIGURE_ARGS+= --enable-elf-shlibs
|
|
|
|
.if ${OPSYS} != "Linux"
|
|
CONFIGURE_ARGS+= --disable-fsck
|
|
.endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|