mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
8b5bbb8c9d
server which can cooperate with an existing DHCP server.
29 lines
594 B
Makefile
29 lines
594 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pxe-pdhcp
|
|
PORTVERSION= 0.0.2007
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Preboot Execution Environment server
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/README.md
|
|
|
|
WRKSRC= ${WRKDIR}/frsyuki-${PORTNAME}-a201b88
|
|
SUB_FILES= Makefile
|
|
MAKE_JOBS_SAFE= yes
|
|
MAKE_ENV= PORTDOCS=${PORT_OPTIONS:MDOCS}
|
|
PLIST_FILES= sbin/${PORTNAME}
|
|
|
|
PORTDOCS= README.md
|
|
MAN8= ${PORTNAME}.8
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-extract: apply-slist
|
|
@${INSTALL_DATA} ${WRKDIR}/Makefile ${FILESDIR}/${PORTNAME}.8 ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|