72d7cf7180
Patch provided by Adrian Portelli via PR pkg/22323 with some changes by me (GCC 3.x fixes) Changes: * Made the source ansi compliant and fixed namespace usage. * Made debuging a command line switch. * Converted code to use namespaces.
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/09/30 09:32:06 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= pxe-1.4
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= http://www.kano.org.uk/projects/pxe/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.kano.org.uk/projects/pxe/
|
|
COMMENT= Preboot eXecution Environment (PXE) daemon
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGINSTALL= YES
|
|
|
|
CONFIGURE_ARGS+= --with-log=/var/log/pxe.log
|
|
CONFIGURE_ARGS+= --with-config="${PKG_SYSCONFDIR}/pxe.conf"
|
|
|
|
EGDIR= ${PREFIX}/share/examples/pxe
|
|
CONF_FILES= ${EGDIR}/pxe.conf ${PKG_SYSCONFDIR}/pxe.conf
|
|
|
|
RCD_SCRIPTS= pxe
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|