90d227ea69
Mark packages that don't or might probably not have staged installation.
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.14 2012/09/28 22:07:28 asau Exp $
|
|
# $Id: Makefile,v 1.14 2012/09/28 22:07:28 asau Exp $
|
|
|
|
DISTNAME= ${E2FSPROGS_DISTNAME}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${E2FSPROGS_MASTER_SITES}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://e2fsprogs.sourceforge.net/
|
|
COMMENT= Filesystem utilities for the ext2 and ext3 filesystems
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 AND modified-bsd AND mit
|
|
|
|
# needs msginit
|
|
#BUILD_DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
|
|
|
|
# libss, libcom_err and related installed
|
|
CONFLICTS+= heimdal-[0-9]*
|
|
CONFLICTS+= kth-krb4-[0-9]*
|
|
CONFLICTS+= mit-krb4-[0-9]*
|
|
CONFLICTS+= ossp-uuid-[0-9]* # libuuid.* uuid.3
|
|
|
|
CONFIGURE_ARGS+= --with-ldopts=${COMPILER_RPATH_FLAG}${PREFIX}/lib
|
|
|
|
INSTALL_TARGET= install install-libs
|
|
|
|
#.include "../../mk/bsd.prefs.mk"
|
|
#.if ${OPSYS} != "Linux"
|
|
# Do not install fsck wrapper; e2fsck, fsck.ext2, and fsck.ext3 are installed.
|
|
#CONFIGURE_ARGS+= --disable-fsck
|
|
#.endif
|
|
|
|
#pre-build:
|
|
# # XXX po/ files are not writable by regular user
|
|
# ${CHMOD} u+w ${WRKSRC}/po/*
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../wip/e2fsprogs/Makefile.common"
|
|
#.include "../../wip/libuuid/buildlink3.mk"
|
|
#.include "../../wip/com_err/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|