summaryrefslogtreecommitdiff
path: root/net/pxe/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-08-06 09:46:47 +0000
committerrh <rh@pkgsrc.org>2001-08-06 09:46:47 +0000
commit7a1575005fa22d3987b8b3566cf4a1eaab99e2c8 (patch)
tree449b45b06695d06befc4439965e9b7f40215d4f7 /net/pxe/Makefile
parent00af74fa3f5fae6d0e26ced08c824d2464569874 (diff)
downloadpkgsrc-7a1575005fa22d3987b8b3566cf4a1eaab99e2c8.tar.gz
Initial import of pxe-1.2, a Preboot eXecution Environment (network boot)
daemon.
Diffstat (limited to 'net/pxe/Makefile')
-rw-r--r--net/pxe/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile
new file mode 100644
index 00000000000..349445e6fbb
--- /dev/null
+++ b/net/pxe/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/06 09:46:47 rh Exp $
+#
+
+DISTNAME= pxe-1.2
+CATEGORIES= net sysutils
+MASTER_SITES= http://www.kano.org.uk/projects/pxe/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.kano.org.uk/projects/pxe/
+COMMENT= Preboot eXecution Environment (PXE) daemon
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--with-log=/var/log/pxe.log
+CONFIGURE_ARGS+=--with-config=${PREFIX}/etc/pxe.conf
+
+post-configure:
+ ${SED} -e 's|@@PREFIX@@|${PREFIX}|g' < ${FILESDIR}/pxe > ${WRKDIR}/pxe
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/pxe ${PREFIX}/sbin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pxe
+ ${INSTALL_DATA} ${WRKSRC}/pxe.conf ${PREFIX}/share/examples/pxe
+ ${INSTALL_SCRIPT_DIR} ${PREFIX}/etc/rc.d
+ ${INSTALL_SCRIPT} ${WRKDIR}/pxe ${PREFIX}/etc/rc.d
+
+.include "../../mk/bsd.pkg.mk"