1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/dhcprelay/Makefile

23 lines
476 B
Makefile

# Created by: Edwin Groothuis (edwin@mavetju.org)
# $FreeBSD$
PORTNAME= dhcprelay
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
PLIST_FILES= bin/dhcprelay
USE_RC_SUBR= ${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${PREFIX}/bin
.include <bsd.port.mk>