1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/dhcprelay/Makefile
Thomas Zander d2ac5a2231 Fix runtime error: Packet type identification on big-endian
machines which prevented it from working correctly on e.g.
MIPS-based routers.

PR:		201382
Submitted by:	kp@freebsd.org
Approved by:	edwin@mavetju.org (maintainer)
MFH:		2015Q3
2015-07-16 14:52:11 +00:00

22 lines
476 B
Makefile

# Created by: Edwin Groothuis (edwin@mavetju.org)
# $FreeBSD$
PORTNAME= dhcprelay
PORTVERSION= 1.2
PORTREVISION= 4
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>