aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhcprelay/Makefile
blob: eb0fc3204233bf9161ed0ce0b9a6e62f197a1670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>