a26ba88462
This package provides a shared library and a replacement for sysctl(1) (when needed i.e. when the original one is statically linked) so that the real version numbers and strings of the running NetBSD kernel as returned by sysctl(3) and uname(3) are overridden by those fixed during compilation. This is useful for -among other things- building packages in sandboxed/chrooted environment for a different NetBSD release than the system hosting the sandbox/chroot.
27 lines
578 B
Makefile
27 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/07/11 14:50:37 seb Exp $
|
|
|
|
DISTNAME= libkver-${VERSION}
|
|
CATEGORIES= pkgtools
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= seb@netbsd.org
|
|
#HOMEPAGE=
|
|
COMMENT= shared librarie and sysctl(1) replacement to override system version
|
|
|
|
USE_BUILDLINK2= # defined
|
|
|
|
NO_PKGTOOLS_REQD_CHECK= # defined
|
|
NO_CHECKSUM= # defined
|
|
NO_MTREE= # defined
|
|
NO_PKG_REGISTER= # defined
|
|
NO_PACKAGE= Deinstallation is not permitted
|
|
|
|
VERSION= 0.1
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-*
|
|
|
|
do-extract:
|
|
@${CP} -Rp ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|