pkgsrc/sysutils/adjustkernel/Makefile
hubertf 4cfd00c56c Update to adjustkernel 1.6: add copyright note, requested by Rich Cannings
for inclusion into the OpenBSD ports system.
2004-11-03 10:49:58 +00:00

27 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/11/03 10:49:58 hubertf Exp $
DISTNAME= adjustkernel-1.6
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= mjl@NetBSD.org
COMMENT= Generate a NetBSD kernel config
WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
NO_BUILD= yes
NO_MTREE= yes
USE_PERL5= YES
REPLACE_PERL= adjustkernel
do-extract:
${CP} ${FILESDIR}/adjustkernel ${WRKDIR}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/adjustkernel ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/adjustkernel.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"