pkgsrc-wip/linux-module-init-tools/Makefile
Johnny C. Lam 64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00

26 lines
797 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/03/14 01:28:01 jlamwww Exp $
#
DISTNAME= module-init-tools-3.1
PKGNAME= linux-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= http://www.kernel.org/pub/linux/kernel/people/rusty/modules/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.kernel.org/pub/linux/kernel/people/rusty/modules/
COMMENT= Linux kernel module utilities (kernel 2.5.48 and above)
CONFLICTS+= linux-modutils-[0-9]*
ONLY_FOR_PLATFORM= Linux-*-* # configure: error: Linux only, dude!
GNU_CONFIGURE= YES
RCD_SCRIPTS= modutils
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/linux-module-init-tools
${INSTALL_DATA} ${WRKSRC}/modprobe.devfs ${PREFIX}/share/examples/linux-module-init-tools/modprobe.devfs.example
.include "../../mk/bsd.pkg.mk"