pkgsrc-wip/util-linux/Makefile
Jeremy C. Reed 48a1807abf Update to util-linux-2.12r.
Remove and reorder some MASTER_SITES.
Use :Q for some make variables.
Don't need to define PKGMANDIR anymore.

Now installs flock and flock manpage and locale files.

Various changes:
* cfdisk: fix a segfault with ReiserFS partitions
* umount: disallow -r option for non-root users
* cfdisk: fix number of new partition when partitions not in disk order
* fdisk: fix Sun label handling in sector mode
* mkfs: never truncate filename (not that that ever happened)
* more: fix redraw flaw
and many more.

This package still installs "kill". Need to fix this.
2005-12-19 19:13:09 +00:00

40 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2005/12/19 19:13:09 jeremy-c-reed Exp $
DISTNAME= util-linux-2.12r
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/misc/} \
http://www.kernel.org/pub/linux/utils/util-linux/ \
ftp://ftp.fr.kernel.org/pub/linux/utils/util-linux/ \
ftp://ftp.cn.kernel.org/pub/linux/utils/util-linux/ \
ftp://ftp.win.tue.nl/pub/linux-local/utils/util-linux/
# old: ftp://ftp.cwi.nl/pub/aeb/util-linux/
#EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
#HOMEPAGE
COMMENT= Miscellaneous essential utilities for Linux systems
ONLY_FOR_PLATFORM= Linux-*-* # Uses Linux kernel headers
USE_PKGINSTALL= YES
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
MAKE_ENV+= DESTDIR=${PREFIX:Q}
MAKE_ENV+= ETCDIR=${PREFIX:Q}/share/examples/util-linux
MAKE_ENV+= FDPRMFILE=${PKG_SYSCONFDIR:Q}/fdprm
MAKE_ENV+= INFO_DIR=/${INFO_DIR:Q}
MAKE_ENV+= MAN_DIR=/${PKGMANDIR:Q}
INFO_FILES= ipc.info
CONF_FILES= ${PREFIX}/share/examples/util-linux/fdprm ${PKG_SYSCONFDIR}/fdprm
PLIST_SRC= ${PKGDIR}/PLIST
# XXX let maintainer know of your architecture if this breaks
PLIST_SRC+= ${PKGDIR}/PLIST.${MACHINE_ARCH}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
# zlib used for cramfs
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"