pkgsrc/pkgtools/osabi/Makefile
sbd 95399dd4b4 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).
2010-04-30 03:18:26 +00:00

16 lines
364 B
Makefile

# $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"