summaryrefslogtreecommitdiff
path: root/pkgtools/osabi/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2010-04-30 03:18:26 +0000
committersbd <sbd@pkgsrc.org>2010-04-30 03:18:26 +0000
commit5531fcfe04b71751799a497da086aad9ecd97f1e (patch)
treebc88eeef988f50f79af58f2c4b7bcadc14e487fb /pkgtools/osabi/Makefile
parent8d7b79d3324b096670f70a2f7d7dbe2a85f88133 (diff)
downloadpkgsrc-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/Makefile16
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"