blob: d9e62b9a83af8656faa272cba9a9f4c26ce5dccc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: dhcprelay
# Date created: 15 November 2005
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= dhcprelay
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Light weight DHCP Relay Agent with GIF tunnel support
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
PLIST_FILES= bin/dhcprelay etc/rc.d/dhcprelay.sh
USE_RC_SUBR= yes
SUB_FILES= dhcprelay.sh
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKDIR}/dhcprelay.sh ${PREFIX}/etc/rc.d
.include <bsd.port.mk>
|