2012-10-07 18:22:53 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2012/10/07 16:23:22 asau Exp $
|
Sysvinit is probably the most widely-used init package for Linux.
This collection of tools is developed by Miquel van Smoorenburg.
It includes a Linux System V init (the parent of all processes),
halt, poweroff and reboot, killall5 and pidof, last and lastb,
mesg, runlevel, shutdown, sulogin, telinit, utmpdump, and wall.
2003-05-08 07:07:53 +02:00
|
|
|
|
|
|
|
DISTNAME= sysvinit-2.84
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# XXX sunsite still has older version
|
|
|
|
# XXX MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/daemons/init/}
|
|
|
|
MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/
|
|
|
|
|
2003-08-29 17:34:31 +02:00
|
|
|
MAINTAINER= reed@reedmedia.net
|
Sysvinit is probably the most widely-used init package for Linux.
This collection of tools is developed by Miquel van Smoorenburg.
It includes a Linux System V init (the parent of all processes),
halt, poweroff and reboot, killall5 and pidof, last and lastb,
mesg, runlevel, shutdown, sulogin, telinit, utmpdump, and wall.
2003-05-08 07:07:53 +02:00
|
|
|
#HOMEPAGE
|
|
|
|
COMMENT= The Linux System V init and miscellaneous Linux tools
|
|
|
|
|
|
|
|
# this uses linux/kd.h for example
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-* # This is the Linux init
|
|
|
|
|
2012-10-07 18:22:53 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
|
2005-05-24 12:29:21 +02:00
|
|
|
USE_TOOLS+= gmake
|
2005-11-28 01:27:22 +01:00
|
|
|
MAKE_ENV+= ROOT=${PREFIX:Q} ROOT_GROUP=${ROOT_GROUP:Q} \
|
|
|
|
ROOT_USER=${ROOT_USER:Q}
|
Sysvinit is probably the most widely-used init package for Linux.
This collection of tools is developed by Miquel van Smoorenburg.
It includes a Linux System V init (the parent of all processes),
halt, poweroff and reboot, killall5 and pidof, last and lastb,
mesg, runlevel, shutdown, sulogin, telinit, utmpdump, and wall.
2003-05-08 07:07:53 +02:00
|
|
|
|
|
|
|
pre-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/sysvinit
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|