mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
788fbfbdc6
PR: 192994 Submitted by: Denys Razumov Approved by: maintainer timeout (~1 month)
22 lines
476 B
Makefile
22 lines
476 B
Makefile
# Created by: Edwin Groothuis (edwin@mavetju.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dhcprelay
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support
|
|
|
|
LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet
|
|
|
|
PLIST_FILES= bin/dhcprelay
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|