pkgsrc/sysutils/xfsprogs/Makefile
wiz 272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00

25 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/05/20 00:58:28 wiz Exp $
DISTNAME= xfsprogs-2.7.3.src
PKGNAME= ${DISTNAME:S/.src//}
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://oss.sgi.com/projects/xfs/
COMMENT= XFS filesystem manipulation utilities
GNU_CONFIGURE= yes
USE_TOOLS+= gmake autoconf msgfmt
USE_LIBTOOL= yes
CONFIGURE_ARGS+=--enable-readline
CONFIGURE_ENV+= INSTALL_USER=${ROOT_USER} INSTALL_GROUP=${ROOT_GROUP}
INSTALL_SH_OVERRIDE= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
BUILD_TARGET=
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"