pkgsrc-wip/sysvinit/Makefile
Aleksej Saushev 86d91fcc81 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 16:22:53 +00:00

26 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/10/07 16:23:22 asau Exp $
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/
MAINTAINER= reed@reedmedia.net
#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
PKG_DESTDIR_SUPPORT= none
USE_TOOLS+= gmake
MAKE_ENV+= ROOT=${PREFIX:Q} ROOT_GROUP=${ROOT_GROUP:Q} \
ROOT_USER=${ROOT_USER:Q}
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/sysvinit
.include "../../mk/bsd.pkg.mk"