Lines 28-34
Link Here
|
28 |
.endif |
28 |
.endif |
29 |
|
29 |
|
30 |
USE_LDCONFIG= yes |
30 |
USE_LDCONFIG= yes |
31 |
USE_RC_SUBR= ${PORTNAME} |
31 |
USE_RC_SUBR= ${PORTNAME} kea_dhcp4 |
32 |
GNU_CONFIGURE= yes |
32 |
GNU_CONFIGURE= yes |
33 |
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ |
33 |
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ |
34 |
--with-log4cplus=${LOCALBASE} \ |
34 |
--with-log4cplus=${LOCALBASE} \ |
Lines 51-54
Link Here
|
51 |
PGSQL_CONFIGURE_ON= --with-dhcp-pgsql=${LOCALBASE}/bin/pg_config |
51 |
PGSQL_CONFIGURE_ON= --with-dhcp-pgsql=${LOCALBASE}/bin/pg_config |
52 |
PGSQL_CONFIGURE_OFF= --without-dhcp-pgsql |
52 |
PGSQL_CONFIGURE_OFF= --without-dhcp-pgsql |
53 |
|
53 |
|
|
|
54 |
do-install: |
55 |
${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC} install |
56 |
@${LN} -sf kea_dhcp4 ${STAGEDIR}${PREFIX}/etc/rc.d/kea_ctrl_agent |
57 |
@${LN} -sf kea_dhcp4 ${STAGEDIR}${PREFIX}/etc/rc.d/kea_dhcp6 |
58 |
@${LN} -sf kea_dhcp4 ${STAGEDIR}${PREFIX}/etc/rc.d/kea_dhcp_ddns |
59 |
|
54 |
.include <bsd.port.mk> |
60 |
.include <bsd.port.mk> |