|
Lines 2-10
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= dhcpcd |
4 |
PORTNAME= dhcpcd |
| 5 |
PORTVERSION= 6.11.0 |
5 |
PORTVERSION= 6.11.5 |
| 6 |
CATEGORIES= net |
6 |
CATEGORIES= net |
| 7 |
MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ |
7 |
MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ |
|
|
8 |
ftp://roy.marples.name/pub/dhcpcd/\ |
| 8 |
http://roy.aydogan.net/dhcpcd/ \ |
9 |
http://roy.aydogan.net/dhcpcd/ \ |
| 9 |
http://cflags.cc/roy/dhcpcd/ \ |
10 |
http://cflags.cc/roy/dhcpcd/ \ |
| 10 |
LOCAL/delphij |
11 |
LOCAL/delphij |
|
Lines 17-28
Link Here
|
| 17 |
USES= cpe tar:xz |
18 |
USES= cpe tar:xz |
| 18 |
CPE_VENDOR= dhcpcd_project |
19 |
CPE_VENDOR= dhcpcd_project |
| 19 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
| 20 |
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples |
21 |
CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples |
| 21 |
USE_RC_SUBR= dhcpcd |
22 |
USE_RC_SUBR= dhcpcd |
| 22 |
|
23 |
|
| 23 |
post-install: |
24 |
post-install: |
| 24 |
${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \ |
25 |
${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \ |
| 25 |
${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample |
26 |
${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample |
| 26 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd |
27 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd |
| 27 |
|
28 |
|
| 28 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |