Lines 7-13
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= dhcp |
9 |
PORTNAME= dhcp |
10 |
PORTVERSION= 3.0.5.r1 |
10 |
PORTVERSION= 3.0.5.r2 |
|
|
11 |
PORTREVISION= ${DHCP_PORTREVISION} |
11 |
CATEGORIES= net |
12 |
CATEGORIES= net |
12 |
MASTER_SITES= ${MASTER_SITE_ISC} |
13 |
MASTER_SITES= ${MASTER_SITE_ISC} |
13 |
MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.0-history |
14 |
MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.0-history |
Lines 18-23
Link Here
|
18 |
MAINTAINER= Joerg.Pulz@frm2.tum.de |
19 |
MAINTAINER= Joerg.Pulz@frm2.tum.de |
19 |
COMMENT?= The ISC Dynamic Host Configuration Protocol server |
20 |
COMMENT?= The ISC Dynamic Host Configuration Protocol server |
20 |
|
21 |
|
|
|
22 |
PORTREVISION_SERVER= 0 |
23 |
PORTREVISION_CLIENT= 0 |
24 |
PORTREVISION_RELAY= 0 |
25 |
PORTREVISION_DEVEL= 0 |
26 |
|
21 |
SUBSYS?= server |
27 |
SUBSYS?= server |
22 |
|
28 |
|
23 |
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} |
29 |
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} |
Lines 35-40
Link Here
|
35 |
DHCP_LQ "DHCPLEASEQUERY support used by Cisco uBR's" off |
41 |
DHCP_LQ "DHCPLEASEQUERY support used by Cisco uBR's" off |
36 |
.endif |
42 |
.endif |
37 |
|
43 |
|
|
|
44 |
# PORTREVISION handling |
45 |
.if ${SUBSYS} == client |
46 |
DHCP_PORTREVISION= ${PORTREVISION_CLIENT} |
47 |
.elif ${SUBSYS} == relay |
48 |
DHCP_PORTREVISION= ${PORTREVISION_RELAY} |
49 |
.elif ${SUBSYS} == devel |
50 |
DHCP_PORTREVISION= ${PORTREVISION_DEVEL} |
51 |
.else |
52 |
DHCP_PORTREVISION= ${PORTREVISION_SERVER} |
53 |
.endif |
54 |
|
38 |
.include <bsd.port.pre.mk> |
55 |
.include <bsd.port.pre.mk> |
39 |
|
56 |
|
40 |
.if ${SUBSYS} == server && defined(WITH_DHCP_LDAP) |
57 |
.if ${SUBSYS} == server && defined(WITH_DHCP_LDAP) |