aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhcpcd/Makefile
blob: 1f04764fd391a9a01c8b797fc4c246e911577439 (plain) (blame)
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
# Created by: Roy Marples <roy@marples.name>
# $FreeBSD$

PORTNAME=   dhcpcd
PORTVERSION=    6.6.5
CATEGORIES= net
MASTER_SITES=   http://roy.marples.name/downloads/dhcpcd/ \
        http://roy.aydogan.net/dhcpcd/ \
        http://cflags.cc/roy/dhcpcd/ \
        LOCAL/delphij

MAINTAINER= roy@marples.name
COMMENT=    DHCP/IPv4LL/IPv6RS/DHCPv6 client

LICENSE=    BSD2CLAUSE

USES=       tar:bzip2
GNU_CONFIGURE=  yes
USE_RC_SUBR=    dhcpcd

post-install:
    ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \
        ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample

.include <bsd.port.mk>