diff options
author | sbd <sbd@pkgsrc.org> | 2010-04-30 03:18:26 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-04-30 03:18:26 +0000 |
commit | 5531fcfe04b71751799a497da086aad9ecd97f1e (patch) | |
tree | bc88eeef988f50f79af58f2c4b7bcadc14e487fb /pkgtools/osabi/Makefile | |
parent | 8d7b79d3324b096670f70a2f7d7dbe2a85f88133 (diff) | |
download | pkgsrc-5531fcfe04b71751799a497da086aad9ecd97f1e.tar.gz |
Import the 'osabi-${OPSYS}-${OS_VERSION}' as pkgtools/osabi
This is a dummy-package which is made a dependence for packages which are
tightly bound to a specific version of an operating system, e.g. LKMs or
sysutils/lsof. Such binary packages are not backwards compatible with other
versions of the OS.
The version number of this package should be similar to the operating system
version (`uname -r' output).
Diffstat (limited to 'pkgtools/osabi/Makefile')
-rw-r--r-- | pkgtools/osabi/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgtools/osabi/Makefile b/pkgtools/osabi/Makefile new file mode 100644 index 00000000000..f8268fdee69 --- /dev/null +++ b/pkgtools/osabi/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/30 03:18:26 sbd Exp $ +# + +DISTNAME= osabi-${OPSYS}-${OS_VERSION} +CATEGORIES= pkgtools +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.pkgsrc.org/ +COMMENT= Operating System version dummy-package + +META_PACKAGE= yes +FILES_SUBST+= UNAME=${UNAME:Q} + +.include "../../mk/bsd.pkg.mk" |